From 419ffddd0a90307afe463fbfd5a40dcaa80d9600 Mon Sep 17 00:00:00 2001 From: Ivan Delamer Date: Tue, 27 Mar 2012 18:04:51 -0600 Subject: [PATCH] remove unnecessary stimer call in tcpip_ipv6_output() --- core/net/tcpip.c | 1 - 1 file changed, 1 deletion(-) diff --git a/core/net/tcpip.c b/core/net/tcpip.c index e65123f0b..fda1b519f 100644 --- a/core/net/tcpip.c +++ b/core/net/tcpip.c @@ -643,7 +643,6 @@ tcpip_ipv6_output(void) PRINTF("tcpip_ipv6_output: nbr cache entry stale moving to delay\n"); } - stimer_set(&nbr->sendns, uip_ds6_if.retrans_timer / 1000); tcpip_output(&nbr->lladdr); #if UIP_CONF_IPV6_QUEUE_PKT