Remove now unneeded UIP_CONF_IPV6 guards in net/ipv6 and net/rpl code
This commit is contained in:
parent
e85f41ffa0
commit
e6d758e6f5
14 changed files with 0 additions and 38 deletions
|
@ -36,8 +36,6 @@
|
|||
#include "lib/memb.h"
|
||||
#include "net/nbr-table.h"
|
||||
|
||||
#if UIP_CONF_IPV6
|
||||
|
||||
#include <string.h>
|
||||
|
||||
/* The nbr_routes holds a neighbor table to be able to maintain
|
||||
|
@ -631,5 +629,3 @@ uip_ds6_defrt_periodic(void)
|
|||
}
|
||||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
|
||||
#endif /* UIP_CONF_IPV6 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue