From 8bca7032823d166822aee1cb8a167bbf79355033 Mon Sep 17 00:00:00 2001 From: Yasuyuki Tanaka Date: Fri, 12 Aug 2016 14:05:14 +0200 Subject: [PATCH] Remove RPL_CONF_WITH_NON_STORING definition --- examples/ipv6/rpl-udp/project-conf.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/ipv6/rpl-udp/project-conf.h b/examples/ipv6/rpl-udp/project-conf.h index 794897a46..1d0a04d52 100644 --- a/examples/ipv6/rpl-udp/project-conf.h +++ b/examples/ipv6/rpl-udp/project-conf.h @@ -60,10 +60,6 @@ #define RPL_CONF_DEFAULT_ROUTE_INFINITE_LIFETIME 1 -#ifndef RPL_CONF_WITH_NON_STORING -#define RPL_CONF_WITH_NON_STORING 0 /* Set this to run with non-storing mode */ -#endif /* RPL_CONF_WITH_NON_STORING */ - #if WITH_NON_STORING #undef RPL_NS_CONF_LINK_NUM #define RPL_NS_CONF_LINK_NUM 40 /* Number of links maintained at the root. Can be set to 0 at non-root nodes. */