Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
one xbt_lib less in storage
[simgrid.git] / src / surf / storage_interface.cpp
index 48e4640..a2ef0eb 100644 (file)
@@ -19,8 +19,6 @@ int SIMIX_STORAGE_LEVEL        = -1; // Simix storage level
 int MSG_STORAGE_LEVEL          = -1; // Msg storage level
 int ROUTING_STORAGE_LEVEL      = -1; // Routing for storage level
 int SURF_STORAGE_LEVEL = -1;
-xbt_lib_t storage_type_lib;
-int ROUTING_STORAGE_TYPE_LEVEL = -1; //Routing for storage_type level
 simgrid::surf::StorageModel *surf_storage_model = nullptr;
 
 namespace simgrid {