From: Arnaud Giersch Date: Mon, 23 Dec 2019 21:55:16 +0000 (+0100) Subject: Kill no-op. X-Git-Tag: v3.25~230 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/739a8e3ebb789b7155f033bfdacba9478095e190?ds=sidebyside Kill no-op. --- diff --git a/src/simix/smx_global.cpp b/src/simix/smx_global.cpp index 94089528ac..68a74dae84 100644 --- a/src/simix/smx_global.cpp +++ b/src/simix/smx_global.cpp @@ -305,11 +305,6 @@ void SIMIX_global_init(int *argc, char **argv) /* register a function to be called by SURF after the environment creation */ sg_platf_init(); simgrid::s4u::Engine::on_platform_created.connect(surf_presolve); - - simgrid::s4u::Storage::on_creation.connect([](simgrid::s4u::Storage const& storage) { - sg_storage_t s = simgrid::s4u::Storage::by_name(storage.get_name()); - xbt_assert(s != nullptr, "Storage not found for name %s", storage.get_cname()); - }); } if (simgrid::config::get_value("debug/clean-atexit"))