Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
surfExitCallbacks are gone.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 7 May 2018 09:56:35 +0000 (11:56 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 7 May 2018 13:15:18 +0000 (15:15 +0200)
src/surf/surf_interface.cpp

index 2786df7..5fb89fb 100644 (file)
@@ -36,13 +36,6 @@ std::vector<simgrid::s4u::Host*> host_that_restart;
 std::set<std::string> watched_hosts;
 extern std::map<std::string, simgrid::surf::StorageType*> storage_types;
 
-namespace simgrid {
-namespace surf {
-
-simgrid::xbt::signal<void()> surfExitCallbacks;
-}
-}
-
 #include <simgrid/plugins/energy.h> // FIXME: this plug-in should not be linked to the core
 #include <simgrid/plugins/load.h>   // FIXME: this plug-in should not be linked to the core