mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-06-16 18:03:44 +08:00
Fixed unused variable warning
This commit is contained in:
@@ -483,10 +483,9 @@ nd6_input(struct pbuf *p, struct netif *inp)
|
||||
}
|
||||
case ND6_OPTION_TYPE_ROUTE_INFO:
|
||||
{
|
||||
/* TODO implement preferred routes.
|
||||
struct route_option * route_opt;
|
||||
route_opt = (struct route_option *)buffer;
|
||||
|
||||
/* TODO implement preferred routes. */
|
||||
route_opt = (struct route_option *)buffer;*/
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user