mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-09 03:30:01 +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_time = 0 - 1UL;
|
||||
least_number = 0 - 1UL;
|
||||
|
||||
for(n = uip_ds6_nbr_cache;
|
||||
n < &uip_ds6_nbr_cache[UIP_DS6_NBR_NB];
|
||||
|
Loading…
Reference in New Issue
Block a user