Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill an unused method in HostImpl (that should be renamed StorageImpl or something)
[simgrid.git] / src / surf / HostImpl.hpp
index 90038c2..4aa758f 100644 (file)
@@ -50,8 +50,6 @@ public:
 
   std::map<std::string, simgrid::surf::StorageImpl*> storage_;
   simgrid::s4u::Host* piface_ = nullptr;
-
-  simgrid::s4u::Host* getHost() { return piface_; }
 };
 }
 }