X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/992bc1ec57d376cf14b124ea21b58b30f1e162f9..e4e4b7da7f6a6d04b659f0aa9c1de8733939096f:/src/mc/VisitedState.hpp?ds=sidebyside diff --git a/src/mc/VisitedState.hpp b/src/mc/VisitedState.hpp index 50ef93f0b2..d422e079a7 100644 --- a/src/mc/VisitedState.hpp +++ b/src/mc/VisitedState.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2022. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-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. */ @@ -30,7 +30,7 @@ class XBT_PRIVATE VisitedStates { public: void clear() { states_.clear(); } std::unique_ptr addVisitedState(unsigned long state_number, - simgrid::mc::State* graph_state, bool compare_snapshots); + simgrid::mc::State* graph_state); private: void prune();