Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill an unused method in HostImpl (that should be renamed StorageImpl or something)
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 10 May 2018 08:15:57 +0000 (10:15 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Fri, 11 May 2018 20:06:05 +0000 (22:06 +0200)
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;
 
   std::map<std::string, simgrid::surf::StorageImpl*> storage_;
   simgrid::s4u::Host* piface_ = nullptr;
-
-  simgrid::s4u::Host* getHost() { return piface_; }
 };
 }
 }
 };
 }
 }