From af23edcc6753f180384abf0a7ce842fc543b73c3 Mon Sep 17 00:00:00 2001 From: Gabriel Corona Date: Wed, 23 Mar 2016 15:56:20 +0100 Subject: [PATCH] [mc] Remove the TODO about MC_dump_stacks() because I just did it. --- src/mc/mc_global.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mc/mc_global.cpp b/src/mc/mc_global.cpp index 5d07d5576f..14c3b2a976 100644 --- a/src/mc/mc_global.cpp +++ b/src/mc/mc_global.cpp @@ -308,7 +308,6 @@ void MC_automaton_load(const char *file) xbt_automaton_load(simgrid::mc::property_automaton, file); } -// TODO, fix cross-process access (this function is not used) static void MC_dump_stacks(FILE* file) { int nstack = 0; -- 2.20.1