Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Field already exists in StorageModel.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 5 Dec 2013 15:59:01 +0000 (16:59 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 5 Dec 2013 21:20:04 +0000 (22:20 +0100)
Fixes valgrind error about conditional jump depending on uninitialized value.

src/surf/storage_n11.hpp

index 547ef87..2c1c822 100644 (file)
@@ -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;
 };
 
 /************