Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
thanks clang
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Thu, 23 Nov 2017 15:21:39 +0000 (16:21 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Thu, 23 Nov 2017 15:21:39 +0000 (16:21 +0100)
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_;