From: Arnaud Giersch Date: Mon, 7 May 2018 09:56:35 +0000 (+0200) Subject: surfExitCallbacks are gone. X-Git-Tag: v3.20~272 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5ad97e643fcc12fffcbcdfae0449d0b18292f4db surfExitCallbacks are gone. --- 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