]> AND Public Git Repository - simgrid.git/blobdiff - src/xbt/config.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't use more than one 'break' per loop (Sonar).
[simgrid.git] / src / xbt / config.cpp
index 3b6b613e6c7be0318ec12ae17935e4b9dca9e8d9..bed3b1c177d4fad99fd94bf3d996e07f11d8c42d 100644 (file)
@@ -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 {