mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-14 18:36:27 +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:
|
||||
{
|
||||
/* 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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user