Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
15 years later, I finally managed to kill host/model:compound
[simgrid.git] / src / xbt / config.cpp
index 694f8e2175818725be9742af9ebb105b0807bfc0..bed3b1c177d4fad99fd94bf3d996e07f11d8c42d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2004-2022. The SimGrid Team. All rights reserved.     */
+/* Copyright (c) 2004-2023. 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. */
@@ -29,7 +29,7 @@
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(xbt_cfg, xbt, "configuration support");
 
-XBT_EXPORT_NO_IMPORT xbt_cfg_t simgrid_config = nullptr;
+xbt_cfg_t simgrid_config = nullptr;
 
 namespace simgrid::config {