From: Arnaud Giersch Date: Fri, 21 Feb 2020 13:47:14 +0000 (+0100) Subject: Remove deprecated features for next release. X-Git-Tag: v3.27~617 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/39a020acf25f738cd6127b13e8c301aaca0b73d6 Remove deprecated features for next release. --- diff --git a/src/simix/smx_global.cpp b/src/simix/smx_global.cpp index f511017755..239f1caec5 100644 --- a/src/simix/smx_global.cpp +++ b/src/simix/smx_global.cpp @@ -36,7 +36,6 @@ void (*SMPI_switch_data_segment)(simgrid::s4u::ActorPtr) = nullptr; namespace simgrid { namespace simix { config::Flag cfg_verbose_exit{"debug/verbose-exit", - {"verbose-exit"}, // XBT_ATTRIB_DEPRECATED_v327(option alias) "Display the actor status at exit", true}; } // namespace simix @@ -257,7 +256,6 @@ void Global::display_all_actor_status() const } config::Flag cfg_breakpoint{"debug/breakpoint", - {"simix/breakpoint"}, // XBT_ATTRIB_DEPRECATED_v327(option alias) "When non-negative, raise a SIGTRAP after given (simulated) time", -1.0}; } // namespace simix diff --git a/src/xbt/xbt_main.cpp b/src/xbt/xbt_main.cpp index cdbaab879b..8c1624e7e3 100644 --- a/src/xbt/xbt_main.cpp +++ b/src/xbt/xbt_main.cpp @@ -45,7 +45,6 @@ std::vector cmdline; /* all we got in argv */ int xbt_initialized = 0; simgrid::config::Flag cfg_dbg_clean_atexit{ "debug/clean-atexit", - {"clean-atexit"}, // XBT_ATTRIB_DEPRECATED_v327(option alias) "Whether to cleanup SimGrid at exit. Disable it if your code segfaults after its end.", true};