Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] this problem is already fixed in a previous commit
authorschnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 22 Dec 2010 18:37:49 +0000 (18:37 +0000)
committerschnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 22 Dec 2010 18:37:49 +0000 (18:37 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9311 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/instr/instr_paje.c

index e1a22ee..821e8da 100644 (file)
@@ -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);