X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6dc62256f5ada58d6f50cfac38f10d97b2a03cc2..fec43de0a32ebea77563d441cdf9b888667da722:/src/surf/surfxml_parse.c diff --git a/src/surf/surfxml_parse.c b/src/surf/surfxml_parse.c index 4db9fccd9a..c4f4a504ef 100644 --- a/src/surf/surfxml_parse.c +++ b/src/surf/surfxml_parse.c @@ -764,21 +764,6 @@ void* surf_wsL07_link_create_resource(char *name, properties); } -/** - * - *init new routing model component - */ - -void surf_AS_new(const char *AS_id, const char *AS_mode) -{ - routing_AS_init(AS_id, AS_mode); -} - -void surf_AS_finalize(const char *AS_id) -{ - routing_AS_end(AS_id); -} - /* * add host to the network element list */