X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b5384472c9da0b343dccfbbdcf18c49f1e798b3f..ec31f7ae384c8ca691918c417387b0990585e719:/src/s4u/s4u_storage.cpp diff --git a/src/s4u/s4u_storage.cpp b/src/s4u/s4u_storage.cpp index 96f9733a83..4d06ae3120 100644 --- a/src/s4u/s4u_storage.cpp +++ b/src/s4u/s4u_storage.cpp @@ -71,12 +71,6 @@ void Storage::setProperty(std::string key, std::string value) simgrid::simix::kernelImmediate([this, key, value] { this->pimpl_->setProperty(key, value); }); } -std::map* Storage::getContent() -{ - FileSystemStorageExt* file_system = extension(); - return file_system->getContent(); -} - sg_size_t Storage::read(sg_size_t size) { return simcall_storage_read(pimpl_, size);