X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0d4d523ed63cc1b2065730cda74e8b07f9aec46b..362b4dbfe18e585af36789119acafa5d5350fa20:/include/mc/modelchecker.h diff --git a/include/mc/modelchecker.h b/include/mc/modelchecker.h deleted file mode 100644 index 087692b4ac..0000000000 --- a/include/mc/modelchecker.h +++ /dev/null @@ -1,6 +0,0 @@ -#include "xbt.h" - -XBT_PUBLIC(void) MC_assert(int); -XBT_PUBLIC(void) MC_assert_stateful(int); -XBT_PUBLIC(int) MC_random(int min, int max); -XBT_PUBLIC(void) MC_diff();