X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/42e47242b26a374aa63a9a29b1ac79c443213220..40ee10e13b61bfb28374d96ade010a262b5abd44:/include/simgrid/modelchecker.h diff --git a/include/simgrid/modelchecker.h b/include/simgrid/modelchecker.h index f9c67cb13e..09566a3b82 100644 --- a/include/simgrid/modelchecker.h +++ b/include/simgrid/modelchecker.h @@ -1,6 +1,6 @@ /* simgrid/modelchecker.h - Formal Verification made possible in SimGrid */ -/* Copyright (c) 2008-2022. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2008-2023. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -23,12 +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_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 */