From: Marion Guthmuller Date: Thu, 12 Jan 2012 08:41:14 +0000 (+0100) Subject: model-checker : prototypes of unused functions removed X-Git-Tag: exp_20120216~133^2~1 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/feb324b7b93196bfb93ac0f7a9187f2406dca650?ds=sidebyside model-checker : prototypes of unused functions removed --- 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);