From: Frederic Suter Date: Thu, 23 Nov 2017 15:21:39 +0000 (+0100) Subject: thanks clang X-Git-Tag: v3.18~251^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/37cc0a389f251ebf166b67e96834aea924a677d4?hp=--cc;ds=sidebyside thanks clang --- 37cc0a389f251ebf166b67e96834aea924a677d4 diff --git a/src/surf/StorageImpl.hpp b/src/surf/StorageImpl.hpp index 4fe1443585..d83cd6231e 100644 --- a/src/surf/StorageImpl.hpp +++ b/src/surf/StorageImpl.hpp @@ -130,7 +130,6 @@ public: private: sg_size_t size_; static std::unordered_map* storages; - std::map* 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_;