Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move a public header in the simgrid/ directory to fight the namespace polution
[simgrid.git] / include / mc / modelchecker.h
diff --git a/include/mc/modelchecker.h b/include/mc/modelchecker.h
deleted file mode 100644 (file)
index 087692b..0000000
+++ /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();