X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8fc0a81fd44937c20bd7e298659dcde342808fe8..255192ad7c234ae1f6631d080b0d2d9cfc60ec1b:/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[]);