Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove deprecated features for next release.
[simgrid.git] / src / simix / smx_global.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