Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unneeded extern "C".
[simgrid.git] / src / surf / xml / platf.hpp
index c30139c..1e095b6 100644 (file)
@@ -8,8 +8,6 @@
 
 #include <xbt/signal.hpp>
 
-extern "C" {
-
 /* Module management functions */
 XBT_PUBLIC void sg_platf_init();
 XBT_PUBLIC void sg_platf_exit();
@@ -28,6 +26,5 @@ XBT_PUBLIC double surf_parse_get_bandwidth(const char* string, const char* entit
 XBT_PUBLIC double surf_parse_get_speed(const char* string, const char* entity_kind, std::string name);
 
 XBT_PUBLIC int surf_parse(); /* Entry-point to the parser */
-}
 
 #endif