summaryrefslogtreecommitdiffstats
path: root/sys/netipx/ipx_usrreq.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netipx/ipx_usrreq.c')
-rw-r--r--sys/netipx/ipx_usrreq.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/netipx/ipx_usrreq.c b/sys/netipx/ipx_usrreq.c
index f0c803a..019470b 100644
--- a/sys/netipx/ipx_usrreq.c
+++ b/sys/netipx/ipx_usrreq.c
@@ -404,13 +404,6 @@ ipx_ctloutput(so, sopt)
error = ipxip_route(so, sopt);
break;
#endif /* IPXIP */
-#ifdef IPTUNNEL
-#if 0
- case SO_IPXTUNNEL_ROUTE:
- error = ipxtun_route(so, sopt);
- break;
-#endif
-#endif
default:
error = EINVAL;
}
OpenPOWER on IntegriCloud