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
|
@ -69,8 +69,6 @@
|
|||
#include "net/ipv6/sicslowpan.h"
|
||||
#include "net/netstack.h"
|
||||
|
||||
#if UIP_CONF_IPV6
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#define DEBUG DEBUG_NONE
|
||||
|
@ -1929,4 +1927,3 @@ const struct network_driver sicslowpan_driver = {
|
|||
};
|
||||
/*--------------------------------------------------------------------*/
|
||||
/** @} */
|
||||
#endif /* UIP_CONF_IPV6 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue