From ab69423a2f887cff12fbdf02a74fd367c3591608 Mon Sep 17 00:00:00 2001 From: schnorr Date: Wed, 22 Dec 2010 18:37:49 +0000 Subject: [PATCH] [trace] this problem is already fixed in a previous commit git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9311 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/instr/instr_paje.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/instr/instr_paje.c b/src/instr/instr_paje.c index e1a22ee5e2..821e8daf74 100644 --- a/src/instr/instr_paje.c +++ b/src/instr/instr_paje.c @@ -115,7 +115,6 @@ char *getVariableTypeIdByName (const char *name, type_t father) type_t getLinkType (const char *typename, type_t father, type_t source, type_t dest) { - //FIXME should check using source and dest here and not by the typename (g5k example) char key[INSTR_DEFAULT_STR_SIZE]; snprintf (key, INSTR_DEFAULT_STR_SIZE, "%s-%s-%s", typename, source->id, dest->id); type_t ret = xbt_dict_get_or_null (father->children, key); -- 2.20.1