]> AND Public Git Repository - simgrid.git/blobdiff - src/kernel/EngineImpl.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove model from Link constructors
[simgrid.git] / src / kernel / EngineImpl.hpp
index 33fad7cce258643c7599edb7da5dc2c658660d5f..6a3ee06cec3a904bb1905f493faa9d521997a391 100644 (file)
@@ -20,7 +20,6 @@ namespace kernel {
 class EngineImpl {
   std::map<std::string, s4u::Host*, std::less<>> hosts_;
   std::map<std::string, resource::LinkImpl*, std::less<>> links_;
-  std::map<std::string, resource::StorageImpl*, std::less<>> storages_;
   std::unordered_map<std::string, routing::NetPoint*> netpoints_;
   std::unordered_map<std::string, actor::ActorCodeFactory> registered_functions; // Maps function names to actor code
   actor::ActorCodeFactory default_function; // Function to use as a fallback when the provided name matches nothing