Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[s4u] Removes unused simgrid::s4u::Host::hosts static variable
[simgrid.git] / include / simgrid / s4u / host.hpp
index 0de509f..d5c4834 100644 (file)
@@ -108,8 +108,6 @@ public:
        surf::NetCard *pimpl_netcard = nullptr;
 
 public:
-       static boost::unordered_map<std::string, s4u::Host *> *hosts;
-
        /*** Called on each newly created object */
        static simgrid::xbt::signal<void(Host&)> onCreation;
        /*** Called just before destructing an object */