mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-09 19:31:04 +00:00
Bugfix: removed old leftover code statement
This commit is contained in:
parent
3bbd6a00a9
commit
42f37ca1d3
@ -325,7 +325,6 @@ uip_ds6_nbr_add(uip_ipaddr_t * ipaddr, uip_lladdr_t * lladdr,
|
|||||||
|
|
||||||
oldest = NULL;
|
oldest = NULL;
|
||||||
oldest_time = 0 - 1UL;
|
oldest_time = 0 - 1UL;
|
||||||
least_number = 0 - 1UL;
|
|
||||||
|
|
||||||
for(n = uip_ds6_nbr_cache;
|
for(n = uip_ds6_nbr_cache;
|
||||||
n < &uip_ds6_nbr_cache[UIP_DS6_NBR_NB];
|
n < &uip_ds6_nbr_cache[UIP_DS6_NBR_NB];
|
||||||
|
Loading…
Reference in New Issue
Block a user