From: SUTER Frederic Date: Tue, 25 May 2021 14:28:56 +0000 (+0200) Subject: remove cruft [ci-skip] X-Git-Tag: v3.28~244 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/8f091a182fd45f0a5def39162b57cc2678848021 remove cruft [ci-skip] --- diff --git a/src/simix/smx_global.cpp b/src/simix/smx_global.cpp index 7adea1a9aa..79256d4894 100644 --- a/src/simix/smx_global.cpp +++ b/src/simix/smx_global.cpp @@ -140,14 +140,6 @@ static void install_segvhandler() #endif /* _WIN32 */ -/********************************* SIMIX **************************************/ -namespace simgrid { -namespace simix { - - -} // namespace simix -} // namespace simgrid - static simgrid::kernel::actor::ActorCode maestro_code; void SIMIX_set_maestro(void (*code)(void*), void* data) {