From 072f208a29f1a71bb7d818d02cad4dc791817262 Mon Sep 17 00:00:00 2001 From: nvt-se Date: Wed, 15 Sep 2010 15:55:08 +0000 Subject: [PATCH] Removed unused variable. --- examples/ipv6/rpl-udp/udp-client.c | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/ipv6/rpl-udp/udp-client.c b/examples/ipv6/rpl-udp/udp-client.c index 20c659126..edaf9c4f3 100644 --- a/examples/ipv6/rpl-udp/udp-client.c +++ b/examples/ipv6/rpl-udp/udp-client.c @@ -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();