X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6310d76aa3949b9e51c9884dc7a141d12af4637e..271392270efac4b11390c5809e1b8d47be253d87:/src/xbt/graph_private.h diff --git a/src/xbt/graph_private.h b/src/xbt/graph_private.h index f08f3c77e4..a05b65fc9d 100644 --- a/src/xbt/graph_private.h +++ b/src/xbt/graph_private.h @@ -41,6 +41,5 @@ typedef struct xbt_graph } s_xbt_graph_t; void xbt_floyd_algorithm(xbt_graph_t g, double* adj,double* d, xbt_node_t* p); -int xbt_get_node_index(xbt_graph_t g, xbt_node_t n); #endif /* _XBT_GRAPH_PRIVATE_H */