Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill an unused static function
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 11 Jan 2016 21:49:42 +0000 (22:49 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 11 Jan 2016 21:49:42 +0000 (22:49 +0100)
src/surf/surf_routing.cpp

index 6e3d4f8..b79cae7 100644 (file)
@@ -201,17 +201,6 @@ simgrid::surf::NetCard *routing_add_host(
   return netcard;
 }
 
   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;
 void sg_platf_new_trace(sg_platf_trace_cbarg_t trace)
 {
   tmgr_trace_t tmgr_trace;