Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
thanks clang
[simgrid.git] / src / surf / StorageImpl.hpp
index 4fe1443..d83cd62 100644 (file)
@@ -130,7 +130,6 @@ public:
 private:
   sg_size_t size_;
   static std::unordered_map<std::string, StorageImpl*>* storages;
 private:
   sg_size_t size_;
   static std::unordered_map<std::string, StorageImpl*>* storages;
-  std::map<std::string, sg_size_t>* content_;
   // Name of the host to which this storage is attached. Only used at platform parsing time, then the interface stores
   // the Host directly.
   std::string attach_;
   // Name of the host to which this storage is attached. Only used at platform parsing time, then the interface stores
   // the Host directly.
   std::string attach_;