Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Last version before merging with master
[simgrid.git] / src / xbt / xbt_log_appender_file.c
index 8869cc2..3c74fc7 100644 (file)
@@ -15,9 +15,7 @@ static void append_file(xbt_log_appender_t this_, char *str) {
 }
 
 static void smpi_append_file(xbt_log_appender_t this_, char *str) {
-  smpi_bench_end();
   fputs(str, (FILE *) this_->data);
-  smpi_bench_begin();
 }
 
 static void free_(xbt_log_appender_t this_) {