From d1a8a4e291642999663c8cff03158c1041ff4916 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 24 Feb 2016 22:28:14 +0100 Subject: [PATCH] kill SD_HOST_LEVEL \o/. Its friends must follow. --- include/simgrid/s4u/host.hpp | 1 - src/s4u/s4u_host.cpp | 1 - src/simgrid/host.cpp | 1 - 3 files changed, 3 deletions(-) diff --git a/include/simgrid/s4u/host.hpp b/include/simgrid/s4u/host.hpp index d51eda4540..c235cc59e4 100644 --- a/include/simgrid/s4u/host.hpp +++ b/include/simgrid/s4u/host.hpp @@ -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; diff --git a/src/s4u/s4u_host.cpp b/src/s4u/s4u_host.cpp index 642671a0c0..55402984d9 100644 --- a/src/s4u/s4u_host.cpp +++ b/src/s4u/s4u_host.cpp @@ -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; diff --git a/src/simgrid/host.cpp b/src/simgrid/host.cpp index 23a63f6a80..3a02cca91f 100644 --- a/src/simgrid/host.cpp +++ b/src/simgrid/host.cpp @@ -90,7 +90,6 @@ void sg_host_init() delete static_cast(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); } -- 2.20.1