Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename constructor attribute.
[simgrid.git] / include / xbt / config.hpp
index c3d0c4cc5dbcfe3f3014da6be78786ac5e5b2299..d457e57a4e2234353bdc3cef1dbe53b8e79102c0 100644 (file)
@@ -239,6 +239,5 @@ public:
 }
 }
 XBT_PUBLIC(std::string) xbt_cfg_get_string(const char* name);
-XBT_PUBLIC(void) xbt_cfg_set_string(const char* name, std::string val);
 
 #endif