removed pointer to next parent since it is not used anymore

This commit is contained in:
Joakim Eriksson 2015-08-28 19:15:23 +02:00
parent 607303ecdd
commit 9e16d93278

View file

@ -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;