From: Martin Quinson Date: Mon, 11 Jan 2016 21:49:42 +0000 (+0100) Subject: kill an unused static function X-Git-Tag: v3_13~1276 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/67934bcbc137e8f9cc68aef45bf40b81d22faae7 kill an unused static function --- diff --git a/src/surf/surf_routing.cpp b/src/surf/surf_routing.cpp index 6e3d4f831f..b79cae75e1 100644 --- a/src/surf/surf_routing.cpp +++ b/src/surf/surf_routing.cpp @@ -201,17 +201,6 @@ simgrid::surf::NetCard *routing_add_host( return netcard; } -/** - * \brief Store the ASroute by calling the set_ASroute function of the current routing component - */ -static void parse_E_ASroute(sg_platf_route_cbarg_t ASroute) -{ - /*FIXME:REMOVE:xbt_assert(current_routing->parse_ASroute, - "no defined method \"set_ASroute\" in \"%s\"", - current_routing->name);*/ - current_routing->parseASroute(ASroute); -} - void sg_platf_new_trace(sg_platf_trace_cbarg_t trace) { tmgr_trace_t tmgr_trace;