X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c558c07b7b1ed64ae2da9ca9c9f4589f16b9f5cf..ea74f5d95928a521a588737e81f1de94eef25d19:/src/include/simgrid/sg_config.hpp diff --git a/src/include/simgrid/sg_config.hpp b/src/include/simgrid/sg_config.hpp index 0297458c48..df9e57d48e 100644 --- a/src/include/simgrid/sg_config.hpp +++ b/src/include/simgrid/sg_config.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2018. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2012-2022. 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. */ @@ -11,7 +11,6 @@ /** Config Globals */ XBT_PUBLIC_DATA int _sg_cfg_init_status; -XBT_PUBLIC_DATA bool _sg_cfg_exit_asap; XBT_PUBLIC void sg_config_init(int* argc, char** argv); XBT_PUBLIC void sg_config_finalize();