Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
solve codacy issue
[simgrid.git] / src / instr / instr_paje_trace.cpp
index 6773824..a9761ba 100644 (file)
@@ -27,10 +27,6 @@ FILE *tracing_file = nullptr;
 static xbt_dict_t tracing_files = nullptr; // TI specific
 static double prefix=0.0; // TI specific
 
-
-/* The active set of functions for the selected trace format
- * By default, they all do nothing */
-
 std::vector<PajeEvent*> buffer;
 void buffer_debug(std::vector<PajeEvent*> *buf);