Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill a now useless function
[simgrid.git] / src / surf / surf_routing.hpp
index 71d0d14..e15db96 100644 (file)
@@ -18,7 +18,6 @@
 #include <vector>
 
 SG_BEGIN_DECL()
-XBT_PUBLIC(void) routing_model_create();
 XBT_PRIVATE xbt_node_t new_xbt_graph_node (xbt_graph_t graph, const char *name, xbt_dict_t nodes);
 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()