X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/41d6b826162331651172928a8d8b010cb6078e2f..445e3dba28e14444eb6e4f385e838bc53ee83d3f:/src/surf/trace_mgr.c diff --git a/src/surf/trace_mgr.c b/src/surf/trace_mgr.c index d4984054a8..d349c22efb 100644 --- a/src/surf/trace_mgr.c +++ b/src/surf/trace_mgr.c @@ -51,8 +51,6 @@ tmgr_trace_t tmgr_trace_new(const char *filename) return trace; } - /* Parsing et création de la trace */ - if ((f = fopen(filename, "r")) == NULL) { CRITICAL1("Cannot open file '%s'\n", filename); xbt_abort(); @@ -81,9 +79,6 @@ tmgr_trace_t tmgr_trace_new(const char *filename) &event.value) != 2) { CRITICAL2("%s,%d: Syntax error\n", filename, linecount); xbt_abort(); -/* xbt_dynar_free(&(trace->event_list)); */ -/* xbt_free(trace); */ -/* return NULL; */ } if (last_event) {