Merge pull request #1222 from joakimeriksson/rpl-remove-next
RPL: removed pointer to next parent since it is not used anymore
This commit is contained in:
commit
7d8940f380
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue