remove unnecessary stimer call in tcpip_ipv6_output()

This commit is contained in:
Ivan Delamer 2012-03-27 18:04:51 -06:00
parent 7482fd6962
commit 419ffddd0a

View file

@ -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