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

@ -61,7 +61,6 @@
#include "net/ip/uip-debug.h"
#if UIP_CONF_IPV6
/*---------------------------------------------------------------------------*/
#define RPL_DIO_GROUNDED 0x80
#define RPL_DIO_MOP_SHIFT 3
@ -958,6 +957,5 @@ rpl_icmp6_register_handlers()
uip_icmp6_register_input_handler(&dao_ack_handler);
}
/*---------------------------------------------------------------------------*/
#endif /* UIP_CONF_IPV6 */
/** @}*/