From: Arnaud Giersch Date: Thu, 5 Dec 2013 15:59:01 +0000 (+0100) Subject: Field already exists in StorageModel. X-Git-Tag: v3_11_beta~187 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/08c3a98f8d1a4f042847c86a133525c3829bc7fe?hp=feccca0f5ca8ba09deb3e2e5428ae7c4dbe6982e Field already exists in StorageModel. Fixes valgrind error about conditional jump depending on uninitialized value. --- diff --git a/src/surf/storage_n11.hpp b/src/surf/storage_n11.hpp index 547ef87e47..2c1c822aaf 100644 --- a/src/surf/storage_n11.hpp +++ b/src/surf/storage_n11.hpp @@ -35,8 +35,6 @@ public: const char* content_name, const char* content_type, xbt_dict_t properties); double shareResources(double now); void updateActionsState(double now, double delta); - - xbt_dynar_t p_storageList; }; /************