Fixed unused variable warning

This commit is contained in:
goldsimon 2012-02-14 19:41:46 +01:00
parent f6582fd229
commit 26e03b81fe

View File

@ -483,10 +483,9 @@ nd6_input(struct pbuf *p, struct netif *inp)
} }
case ND6_OPTION_TYPE_ROUTE_INFO: case ND6_OPTION_TYPE_ROUTE_INFO:
{ {
/* TODO implement preferred routes.
struct route_option * route_opt; struct route_option * route_opt;
route_opt = (struct route_option *)buffer; route_opt = (struct route_option *)buffer;*/
/* TODO implement preferred routes. */
break; break;
} }