mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
removed pointer to next parent since it is not used anymore
This commit is contained in:
parent
607303ecdd
commit
9e16d93278
@ -108,7 +108,6 @@ struct rpl_dag;
|
||||
#define RPL_PARENT_FLAG_LINK_METRIC_VALID 0x2
|
||||
|
||||
struct rpl_parent {
|
||||
struct rpl_parent *next;
|
||||
struct rpl_dag *dag;
|
||||
#if RPL_DAG_MC != RPL_DAG_MC_NONE
|
||||
rpl_metric_container_t mc;
|
||||
|
Loading…
Reference in New Issue
Block a user