X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/813ee82864dfae109bf53bbef11011edab7d25c9..c134008e25a2381bcfd68182802fe0ea32d5e012:/src/mc/mc_record.h diff --git a/src/mc/mc_record.h b/src/mc/mc_record.h index 2c55598a85..dbe0e8674c 100644 --- a/src/mc/mc_record.h +++ b/src/mc/mc_record.h @@ -22,7 +22,6 @@ #include #include -#include 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