X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a4d819602895c5e1fe306dfc0953cc7cfb54a871..358b3ac1d1ce9e2cfcc7583271916ebd96eff6da:/src/msg/msg_environment.cpp diff --git a/src/msg/msg_environment.cpp b/src/msg/msg_environment.cpp index 295752836b..fc067f7130 100644 --- a/src/msg/msg_environment.cpp +++ b/src/msg/msg_environment.cpp @@ -43,8 +43,7 @@ void MSG_post_create_environment() { /* Initialize MSG storages */ xbt_lib_foreach(storage_lib, cursor, name, data) { - if(data[SIMIX_STORAGE_LEVEL]) - __MSG_storage_create(xbt_dict_cursor_get_elm(cursor)); + __MSG_storage_create(xbt_dict_cursor_get_elm(cursor)); } }