Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix dist
[simgrid.git] / src / mc / mc_replay.h
index d92703c..ad7a98d 100644 (file)
@@ -4,8 +4,6 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-/* simgrid/modelchecker.h - Formal Verification made possible in SimGrid    */
-
 #ifndef SIMGRID_MC_REPLAY_H
 #define SIMGRID_MC_REPLAY_H
 
@@ -20,7 +18,7 @@ SG_BEGIN_DECL()
 XBT_PUBLIC_DATA(char*) MC_record_path;
 
 /** Whether the replay mode is enabled */
-static inline int MC_record_replay_is_active(void) {
+static inline int MC_record_replay_is_active() {
   return MC_record_path != 0;
 }