X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/08e7455d67920bbd7a87f440d00f2c1e071314a0..666f14c5995d2584dbb8dea680f17e6a915da146:/src/mc/mc_private.hpp diff --git a/src/mc/mc_private.hpp b/src/mc/mc_private.hpp index 008fe29f3b..b3168d11f9 100644 --- a/src/mc/mc_private.hpp +++ b/src/mc/mc_private.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2021. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-2022. 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. */ @@ -12,17 +12,8 @@ #include "src/mc/mc_forward.hpp" #include "src/xbt/memory_map.hpp" -/********************************* MC Global **********************************/ - -XBT_PRIVATE void MC_init_dot_output(); - -XBT_PRIVATE extern FILE* dot_output; - -XBT_PRIVATE void MC_show_deadlock(); - /********************************** Miscellaneous **********************************/ -namespace simgrid { -namespace mc { +namespace simgrid::mc { XBT_PRIVATE void find_object_address(std::vector const& maps, simgrid::mc::ObjectInformation* result); @@ -30,9 +21,6 @@ XBT_PRIVATE void find_object_address(std::vector const& map XBT_PRIVATE bool snapshot_equal(const Snapshot* s1, const Snapshot* s2); -// Move is somewhere else (in the LivenessChecker class, in the Session class?): -extern XBT_PRIVATE xbt_automaton_t property_automaton; -} -} +} // namespace simgrid::mc #endif