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_replay.h
index cfd41a6..d92703c 100644 (file)
@@ -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;