Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove deprecated features for next release.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 21 Feb 2020 13:47:14 +0000 (14:47 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 16 Dec 2020 20:49:00 +0000 (21:49 +0100)
src/simix/smx_global.cpp
src/xbt/xbt_main.cpp

index f511017..239f1ca 100644 (file)
@@ -36,7 +36,6 @@ void (*SMPI_switch_data_segment)(simgrid::s4u::ActorPtr) = nullptr;
 namespace simgrid {
 namespace simix {
 config::Flag<bool> 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<double> 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
index cdbaab8..8c1624e 100644 (file)
@@ -45,7 +45,6 @@ std::vector<std::string> cmdline; /* all we got in argv */
 int xbt_initialized = 0;
 simgrid::config::Flag<bool> 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};