X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2b5a32d440ace6920ebbe5b5425aedd515d11708..ce6c6e673d5d233ea614018e5ca97e9ef5b63fa4:/src/surf/surf_routing.cpp diff --git a/src/surf/surf_routing.cpp b/src/surf/surf_routing.cpp index fbc8c5ce9d..2502d0c2f8 100644 --- a/src/surf/surf_routing.cpp +++ b/src/surf/surf_routing.cpp @@ -57,9 +57,6 @@ namespace surf { void As::parseRoute(sg_platf_route_cbarg_t /*route*/){ THROW_IMPOSSIBLE; /* No. */ } - void As::parseASroute(sg_platf_route_cbarg_t /*route*/){ - THROW_IMPOSSIBLE; - } void As::parseBypassroute(sg_platf_route_cbarg_t /*e_route*/){ THROW_IMPOSSIBLE; }