X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ca2d61f8f4e7d4f82a4dc9bd909188eeb870bc9f..a26485609e54f8f4cfe82e9e1d7364431654830a:/src/msg/msg_global.c diff --git a/src/msg/msg_global.c b/src/msg/msg_global.c index 243057cab1..879461fd2e 100644 --- a/src/msg/msg_global.c +++ b/src/msg/msg_global.c @@ -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) {