Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The code deal with <ASroute> in the exact same way than <route>. Disturbing
[simgrid.git] / src / surf / surf_routing.cpp
index fbc8c5c..2502d0c 100644 (file)
@@ -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;
   }