X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/588bf64e7e885cfaf4f16fe2a28d5eb94270aa83..bcb5cde966bef9e174da1c93cdb2158c0880a613:/src/surf/StorageImpl.hpp diff --git a/src/surf/StorageImpl.hpp b/src/surf/StorageImpl.hpp index 4cfb23ddc6..4773a9b37e 100644 --- a/src/surf/StorageImpl.hpp +++ b/src/surf/StorageImpl.hpp @@ -169,7 +169,6 @@ public: std::map* parseContent(const char* filename); static std::unordered_map* storages; static std::unordered_map* storagesMap() { return StorageImpl::storages; } - std::vector writeActions_; lmm_constraint_t constraintWrite_; /* Constraint for maximum write bandwidth*/ lmm_constraint_t constraintRead_; /* Constraint for maximum write bandwidth*/