Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Remove the declaration of a function which has been removed
[simgrid.git] / src / mc / mc_record.h
index 2c55598..dbe0e86 100644 (file)
@@ -22,7 +22,6 @@
 
 #include <xbt/base.h>
 #include <xbt/dynar.h>
-#include <xbt/fifo.h>
 
 namespace simgrid {
 namespace mc {
@@ -67,14 +66,6 @@ SG_BEGIN_DECL()
 
 // **** Data conversion
 
-/** Generate a string representation
-*
-* The current format is a ";"-delimited list of pairs:
-* "pid0,value0;pid2,value2;pid3,value3". The value can be
-* omitted is it is null.
-*/
-XBT_PRIVATE char* MC_record_stack_to_string(xbt_fifo_t stack);
-
 SG_END_DECL()
 
 #endif