Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : prototypes of unused functions removed
authorMarion Guthmuller <marion.guthmuller@loria.fr>
Thu, 12 Jan 2012 08:41:14 +0000 (09:41 +0100)
committerMarion Guthmuller <marion.guthmuller@loria.fr>
Thu, 12 Jan 2012 08:41:14 +0000 (09:41 +0100)
include/mc/modelchecker.h

index 50b887f..43870f0 100644 (file)
@@ -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);