mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-29 00:32:51 +00:00
Fixed unused variable warning
This commit is contained in:
parent
f6582fd229
commit
26e03b81fe
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user