X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4c6fcae96588207ac57d6cc468cf98af0937e438..7d27e3c81e8c611946aaea9de4edc2714b40be8a:/src/surf/surf_routing.hpp diff --git a/src/surf/surf_routing.hpp b/src/surf/surf_routing.hpp index d42dac9dbf..63cbd5a002 100644 --- a/src/surf/surf_routing.hpp +++ b/src/surf/surf_routing.hpp @@ -20,12 +20,4 @@ XBT_PRIVATE xbt_node_t new_xbt_graph_node (xbt_graph_t graph, const char *name, XBT_PRIVATE xbt_edge_t new_xbt_graph_edge (xbt_graph_t graph, xbt_node_t s, xbt_node_t d, xbt_dict_t edges); SG_END_DECL() -namespace simgrid { -namespace kernel { -namespace routing { - - XBT_PUBLIC_DATA(simgrid::xbt::signal) asCreatedCallbacks; - -}}} - #endif /* NETWORK_ROUTING_HPP_ */