X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9612030d863ecf627fe05bc73bca003da4e6bde8..feb324b7b93196bfb93ac0f7a9187f2406dca650:/include/mc/modelchecker.h diff --git a/include/mc/modelchecker.h b/include/mc/modelchecker.h index 50b887f08b..43870f023a 100644 --- a/include/mc/modelchecker.h +++ b/include/mc/modelchecker.h @@ -2,6 +2,4 @@ XBT_PUBLIC(void) MC_assert(int); XBT_PUBLIC(void) MC_assert_stateful(int); -XBT_PUBLIC(void) MC_assert_pair_stateful(int); -XBT_PUBLIC(void) MC_assert_pair_stateless(int); XBT_PUBLIC(int) MC_random(int min, int max);