X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fc18e79fa6dc239e7a472bede822c82dd4a559d4..7b3d3b33dc0178098335de33eebcc4d918be4a1e:/src/include/surf/surf.hpp diff --git a/src/include/surf/surf.hpp b/src/include/surf/surf.hpp index a936a3b7f1..3abcc8d7bf 100644 --- a/src/include/surf/surf.hpp +++ b/src/include/surf/surf.hpp @@ -129,10 +129,4 @@ XBT_PUBLIC void surf_exit(); /* surf parse file related (public because called from a test suite) */ XBT_PUBLIC void parse_platform_file(const char* file); -/********** Tracing **********/ - -/* instr_routing.c */ -xbt_graph_t instr_routing_platform_graph(); -void instr_routing_platform_graph_export_graphviz(xbt_graph_t g, const char* filename); - #endif