X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/efd5719fdcd06a99d1fd644b81c7e9d578c08fc5..2e11a7ad5b33b2c9258e74378916b8f8f1f2e0cd:/src/surf/storage_interface.cpp diff --git a/src/surf/storage_interface.cpp b/src/surf/storage_interface.cpp index d0d1cb98ee..61c105c8af 100644 --- a/src/surf/storage_interface.cpp +++ b/src/surf/storage_interface.cpp @@ -18,7 +18,6 @@ int ROUTING_STORAGE_HOST_LEVEL; int SURF_STORAGE_LEVEL; xbt_lib_t storage_type_lib; int ROUTING_STORAGE_TYPE_LEVEL; //Routing for storage_type level -xbt_dynar_t mount_list = NULL; simgrid::surf::StorageModel *surf_storage_model = NULL; namespace simgrid { @@ -38,13 +37,13 @@ simgrid::xbt::signal