Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove useless comments.
[simgrid.git] / src / surf / trace_mgr.c
index d498405..d349c22 100644 (file)
@@ -51,8 +51,6 @@ tmgr_trace_t tmgr_trace_new(const char *filename)
       return trace;
   }
 
       return trace;
   }
 
-  /* Parsing et création de la trace */
-
   if ((f = fopen(filename, "r")) == NULL) {
     CRITICAL1("Cannot open file '%s'\n", filename);
     xbt_abort();
   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();
         &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) {
     }
 
     if (last_event) {