X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9a4ec91cc24a9a54ff3a060cc2828ac54d0c0c26..5f5a10db6fc4552782638abb4817041223e17775:/include/simgrid/modelchecker.h diff --git a/include/simgrid/modelchecker.h b/include/simgrid/modelchecker.h index 2c308ddd02..09566a3b82 100644 --- a/include/simgrid/modelchecker.h +++ b/include/simgrid/modelchecker.h @@ -23,13 +23,6 @@ XBT_PUBLIC void MC_assert(int); * It is off in simulation or when replaying MC traces (see MC_record_replay_is_active()) */ XBT_PUBLIC int MC_is_active(); -XBT_PUBLIC void MC_automaton_new_propositional_symbol_pointer(const char* id, int* value); - -XBT_PUBLIC void MC_ignore(void* addr, size_t size); -XBT_PUBLIC void MC_unignore(void* addr, size_t size); -XBT_PUBLIC void MC_ignore_heap(void* address, size_t size); -XBT_PUBLIC void MC_unignore_heap(void* address, size_t size); - SG_END_DECL #endif /* SIMGRID_MODELCHECKER_H */