Remove now unneeded UIP_CONF_IPV6 guards in net/ipv6 and net/rpl code

This commit is contained in:
Simon Duquennoy 2014-11-12 10:59:30 +01:00
parent e85f41ffa0
commit e6d758e6f5
14 changed files with 0 additions and 38 deletions

View file

@ -67,7 +67,6 @@
#define VERBOSE_PRINT_SEED(...)
#endif
#if UIP_CONF_IPV6
/*---------------------------------------------------------------------------*/
/* Data Representation */
/*---------------------------------------------------------------------------*/
@ -1448,5 +1447,3 @@ const struct uip_mcast6_driver roll_tm_driver = {
in,
};
/*---------------------------------------------------------------------------*/
#endif /* UIP_CONF_IPV6 */