X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8d900364a801ea8e049c5862e360aedea8093094..c02558d70f9c62f9f5d04f1830be4cf16ca84bc0:/src/instr/instr_paje_containers.cpp diff --git a/src/instr/instr_paje_containers.cpp b/src/instr/instr_paje_containers.cpp index cab67f4014..31f825e466 100644 --- a/src/instr/instr_paje_containers.cpp +++ b/src/instr/instr_paje_containers.cpp @@ -135,7 +135,6 @@ container_t PJ_container_new (const char *name, e_container_types kind, containe if (newContainer->kind == INSTR_HOST || newContainer->kind == INSTR_LINK || newContainer->kind == INSTR_ROUTER) { xbt_dict_set (trivaNodeTypes, newContainer->type->name, xbt_strdup("1"), NULL); } - return newContainer; }