Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge remote-tracking branch 'origin/master'
[simgrid.git] / src / msg / msg_global.c
index 243057c..879461f 100644 (file)
@@ -117,21 +117,6 @@ MSG_error_t MSG_main(void)
   return MSG_OK;
 }
 
-MSG_error_t MSG_main_stateful(void)
-{
-  /* Clean IO before the run */
-  fflush(stdout);
-  fflush(stderr);
-
-  if (MC_IS_ENABLED) {
-    MC_modelcheck_stateful();
-  }
-  else {
-    SIMIX_run();
-  }
-  return MSG_OK;
-}
-
 
 MSG_error_t MSG_main_liveness(xbt_automaton_t a)
 {