X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/588bf64e7e885cfaf4f16fe2a28d5eb94270aa83..bcb5cde966bef9e174da1c93cdb2158c0880a613:/src/surf/StorageImpl.cpp?ds=sidebyside diff --git a/src/surf/StorageImpl.cpp b/src/surf/StorageImpl.cpp index 95c0ffe301..8faa657e2b 100644 --- a/src/surf/StorageImpl.cpp +++ b/src/surf/StorageImpl.cpp @@ -66,7 +66,6 @@ StorageImpl::StorageImpl(Model* model, const char* name, lmm_system_t maxminSyst , usedSize_(0) , typeId_(type_id) , attach_(attach) - , writeActions_(std::vector()) { content_ = parseContent(content_name); turnOn();