From 6b7ec2d0023accfc0897260aa0b80d0a19fc81c7 Mon Sep 17 00:00:00 2001 From: nifi Date: Tue, 16 Mar 2010 15:45:20 +0000 Subject: [PATCH] removed uip_router --- core/net/uip6.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/core/net/uip6.c b/core/net/uip6.c index 94a6636f0..dc58abd31 100644 --- a/core/net/uip6.c +++ b/core/net/uip6.c @@ -41,7 +41,7 @@ * * This file is part of the uIP TCP/IP stack. * - * $Id: uip6.c,v 1.15 2010/03/15 16:41:24 joxe Exp $ + * $Id: uip6.c,v 1.16 2010/03/16 15:45:20 nifi Exp $ * */ @@ -256,14 +256,6 @@ struct uip_udp_conn uip_udp_conns[UIP_UDP_CONNS]; #endif /* UIP_UDP */ /** @} */ -/*---------------------------------------------------------------------------*/ -/** @{ \name Routing module */ -/*---------------------------------------------------------------------------*/ -#if UIP_CONF_ROUTER -const struct uip_router *uip_router; -#endif /* UIP_CONF_ROUTER */ -/** @} */ - /*---------------------------------------------------------------------------*/ /** @{ \name ICMPv6 variables */ /*---------------------------------------------------------------------------*/