Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill SD_HOST_LEVEL \o/. Its friends must follow.
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 24 Feb 2016 21:28:14 +0000 (22:28 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 24 Feb 2016 21:28:14 +0000 (22:28 +0100)
include/simgrid/s4u/host.hpp
src/s4u/s4u_host.cpp
src/simgrid/host.cpp

index d51eda4..c235cc5 100644 (file)
@@ -110,7 +110,6 @@ public:
 }} // namespace simgrid::s4u
 
 extern int MSG_HOST_LEVEL;
-extern int SD_HOST_LEVEL;
 extern int SIMIX_HOST_LEVEL;
 extern int ROUTING_HOST_LEVEL;
 extern int USER_HOST_LEVEL;
index 642671a..5540298 100644 (file)
@@ -21,7 +21,6 @@
 #include "simgrid/s4u/storage.hpp"
 
 int MSG_HOST_LEVEL;
-int SD_HOST_LEVEL;
 int SIMIX_HOST_LEVEL;
 int ROUTING_HOST_LEVEL;
 int USER_HOST_LEVEL;
index 23a63f6..3a02cca 100644 (file)
@@ -90,7 +90,6 @@ void sg_host_init()
     delete static_cast<simgrid::surf::NetCard*>(p);
   });
 
-  SD_HOST_LEVEL = simgrid::s4u::Host::extension_create(NULL);
   SIMIX_HOST_LEVEL = simgrid::s4u::Host::extension_create(SIMIX_host_destroy);
   USER_HOST_LEVEL = simgrid::s4u::Host::extension_create(NULL);
 }