From: Gabriel Corona Date: Tue, 5 Apr 2016 14:40:35 +0000 (+0200) Subject: [mc] Remove the declaration of a function which has been removed X-Git-Tag: v3_13~160 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c134008e25a2381bcfd68182802fe0ea32d5e012 [mc] Remove the declaration of a function which has been removed --- 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 diff --git a/src/mc/mc_replay.h b/src/mc/mc_replay.h index cfd41a63db..d92703c180 100644 --- a/src/mc/mc_replay.h +++ b/src/mc/mc_replay.h @@ -15,7 +15,7 @@ SG_BEGIN_DECL() /** Replay path (if any) in string representation * - * This is a path as generated by `MC_record_stack_to_string()`. + * This is using the format generated by traceToString(). */ XBT_PUBLIC_DATA(char*) MC_record_path;