Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove another occurence of the now removed 'release' cmake variable
[simgrid.git] / include / xbt / config.hpp
index b6f60f00f63b282faa128ff5a52005c4238305ac..a0406db96d405e0f32c5799674d51e845ae8e3fd 100644 (file)
@@ -307,7 +307,5 @@ XBT_PUBLIC void show_aliases();
 XBT_PUBLIC void help();
 }
 }
-XBT_ATTRIB_DEPRECATED_v323("Please use simgrid::config::get_value<std::string>") XBT_PUBLIC std::string
-    xbt_cfg_get_string(const char* name);
 
 #endif