From: Arnaud Giersch Date: Wed, 2 Aug 2017 08:35:41 +0000 (+0200) Subject: Unused code since commit 61a993d9efe970edcbb1cb3d947553b2f188b327. X-Git-Tag: v3_17~285 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a6545abfd37aa360af7d498ed193ecdb189d3c2b?ds=sidebyside Unused code since commit 61a993d9efe970edcbb1cb3d947553b2f188b327. --- diff --git a/src/surf/surf_interface.cpp b/src/surf/surf_interface.cpp index 7973e5ec1f..8c3c1069cf 100644 --- a/src/surf/surf_interface.cpp +++ b/src/surf/surf_interface.cpp @@ -115,10 +115,6 @@ s_surf_model_description_t surf_storage_model_description[] = { {nullptr, nullptr, nullptr} /* this array must be nullptr terminated */ }; -#if HAVE_THREAD_CONTEXTS -static xbt_parmap_t surf_parmap = nullptr; /* parallel map on models */ -#endif - double NOW = 0; double surf_get_clock() @@ -388,10 +384,6 @@ void surf_exit() future_evt_set = nullptr; } -#if HAVE_THREAD_CONTEXTS - xbt_parmap_destroy(surf_parmap); -#endif - tmgr_finalize(); sg_platf_exit(); simgrid::s4u::Engine::shutdown();