X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1340b2bc2a098a7e87fa45ff31591d32c864dc7a..01627ed90962b9953187f81388cd677219f4b1ad:/include/xbt/replay.hpp diff --git a/include/xbt/replay.hpp b/include/xbt/replay.hpp index a83d442f66..06581483e2 100644 --- a/include/xbt/replay.hpp +++ b/include/xbt/replay.hpp @@ -19,7 +19,6 @@ namespace simgrid { namespace xbt { /* To split the file if a unique one is given (specific variable for the other case live in runner()) */ typedef std::vector ReplayAction; -static std::unordered_map*> action_queues; XBT_PUBLIC_DATA std::ifstream* action_fs; XBT_PUBLIC int replay_runner(int argc, char* argv[]);