Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of https://framagit.org/simgrid/simgrid
[simgrid.git] / src / simix / smx_global.cpp
index f5110177555f7ce26a19fe32cde82a6e1850fe4c..c03d20bdf325914b43266ff6b2b870f65602d060 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2020. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2007-2021. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -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