Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove print_Null function
[simgrid.git] / src / instr / instr_paje_trace.cpp
index 8c1aa94..6773824 100644 (file)
@@ -28,10 +28,8 @@ static xbt_dict_t tracing_files = nullptr; // TI specific
 static double prefix=0.0; // TI specific
 
 
-void print_NULL(PajeEvent* event){}
-
 /* The active set of functions for the selected trace format
- * By default, they all do nothing, hence the print_NULL to avoid segfaults */
+ * By default, they all do nothing */
 
 std::vector<PajeEvent*> buffer;
 void buffer_debug(std::vector<PajeEvent*> *buf);