From 5ad97e643fcc12fffcbcdfae0449d0b18292f4db Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Mon, 7 May 2018 11:56:35 +0200 Subject: [PATCH] surfExitCallbacks are gone. --- src/surf/surf_interface.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/surf/surf_interface.cpp b/src/surf/surf_interface.cpp index 2786df7d8e..5fb89fb004 100644 --- a/src/surf/surf_interface.cpp +++ b/src/surf/surf_interface.cpp @@ -36,13 +36,6 @@ std::vector host_that_restart; std::set watched_hosts; extern std::map storage_types; -namespace simgrid { -namespace surf { - -simgrid::xbt::signal surfExitCallbacks; -} -} - #include // FIXME: this plug-in should not be linked to the core #include // FIXME: this plug-in should not be linked to the core -- 2.20.1