From 08c3a98f8d1a4f042847c86a133525c3829bc7fe Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Thu, 5 Dec 2013 16:59:01 +0100 Subject: [PATCH 1/1] Field already exists in StorageModel. Fixes valgrind error about conditional jump depending on uninitialized value. --- src/surf/storage_n11.hpp | 2 -- 1 file changed, 2 deletions(-) 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; }; /************ -- 2.20.1