X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/96cedde3cdbc0b8ffc3f096a1b65d021b0226f99..HEAD:/src/include/simgrid/sg_config.hpp diff --git a/src/include/simgrid/sg_config.hpp b/src/include/simgrid/sg_config.hpp deleted file mode 100644 index 5e602a5128..0000000000 --- a/src/include/simgrid/sg_config.hpp +++ /dev/null @@ -1,19 +0,0 @@ -/* Copyright (c) 2012-2019. 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. */ - -#ifndef SIMGRID_CONFIG_HPP -#define SIMGRID_CONFIG_HPP - -#include "xbt/config.hpp" - -/** 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(); - -#endif