X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/984b8e1616cfd626c6244a34ccd42ee0b1e89bcd..7576230c94b48b0422725f7dec95dd2831cf57dc:/include/simgrid/modelchecker.h diff --git a/include/simgrid/modelchecker.h b/include/simgrid/modelchecker.h index da83b88a29..bd966e6243 100644 --- a/include/simgrid/modelchecker.h +++ b/include/simgrid/modelchecker.h @@ -20,7 +20,6 @@ extern int _surf_do_model_check; XBT_PUBLIC(void) MC_assert(int); XBT_PUBLIC(int) MC_random(int min, int max); XBT_PUBLIC(void) MC_diff(void); -XBT_PUBLIC(void) MC_automaton_load(const char *file); XBT_PUBLIC(void) MC_automaton_new_propositional_symbol(const char* id, void* fct);