Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make MSG use the Host extension mechanism (at least)
[simgrid.git] / src / s4u / s4u_host.cpp
index 0c91112..29d104a 100644 (file)
@@ -26,7 +26,6 @@ XBT_LOG_EXTERNAL_CATEGORY(surf_route);
 
 std::unordered_map<std::string, simgrid::s4u::Host*> host_list; // FIXME: move it to Engine
 
-int MSG_HOST_LEVEL = -1;
 int USER_HOST_LEVEL = -1;
 
 namespace simgrid {