Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unneeded extern "C".
[simgrid.git] / include / simgrid / kernel / routing / RoutedZone.hpp
index 60bb1d5..443cd4e 100644 (file)
@@ -67,11 +67,9 @@ protected:
 } // namespace kernel
 } // namespace simgrid
 
-extern "C" {
 XBT_PRIVATE xbt_node_t new_xbt_graph_node(xbt_graph_t graph, const char* name,
                                           std::map<std::string, xbt_node_t>* nodes);
 XBT_PRIVATE xbt_edge_t new_xbt_graph_edge(xbt_graph_t graph, xbt_node_t s, xbt_node_t d,
                                           std::map<std::string, xbt_edge_t>* edges);
-}
 
 #endif /* SIMGRID_ROUTING_GENERIC_HPP_ */