Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[HostLoad] Load is currently 0 because of integer division. Fix that.
[simgrid.git] / src / surf / StorageImpl.cpp
index d7bfde7..db277c6 100644 (file)
@@ -46,7 +46,6 @@ StorageModel::StorageModel() : Model()
 
 StorageModel::~StorageModel()
 {
-  delete maxminSystem_;
   surf_storage_model = nullptr;
 }