Removed unused variable.

This commit is contained in:
nvt-se 2010-09-15 15:55:08 +00:00
parent 819c55ba14
commit 072f208a29

View file

@ -123,7 +123,6 @@ PROCESS_THREAD(udp_client_process, ev, data)
{
static struct etimer periodic;
static struct ctimer backoff_timer;
uip_ipaddr_t *ipaddr;
PROCESS_BEGIN();