From 9e16d93278e23b369ee814358ec6f35b7e9bb3fd Mon Sep 17 00:00:00 2001 From: Joakim Eriksson Date: Fri, 28 Aug 2015 19:15:23 +0200 Subject: [PATCH] removed pointer to next parent since it is not used anymore --- core/net/rpl/rpl.h | 1 - 1 file changed, 1 deletion(-) diff --git a/core/net/rpl/rpl.h b/core/net/rpl/rpl.h index e6e385375..70c877aeb 100644 --- a/core/net/rpl/rpl.h +++ b/core/net/rpl/rpl.h @@ -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;