X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/62188b54fc227c75ae73b409521dc8da91b2df55..f7285314d1e9f432bfc439d568a68884a823f069:/src/instr/interface.c diff --git a/src/instr/interface.c b/src/instr/interface.c index 55024ba33e..daab4a454d 100644 --- a/src/instr/interface.c +++ b/src/instr/interface.c @@ -17,7 +17,6 @@ XBT_LOG_NEW_DEFAULT_CATEGORY(tracing,"Tracing Interface"); -extern xbt_dict_t created_containers; /* declared in general.c */ static xbt_dict_t defined_types; static xbt_dict_t created_categories; @@ -104,7 +103,6 @@ int TRACE_start_with_mask(const char *filename, int mask) { if (IS_TRACING_PLATFORM) pajeCreateContainer(MSG_get_clock(), "platform", "PLATFORM", "0", "simgrid-platform"); - created_containers = xbt_dict_new(); defined_types = xbt_dict_new(); created_categories = xbt_dict_new(); __TRACE_msg_init();