Regression test: remove unused variable

This commit is contained in:
Simon Duquennoy 2015-10-01 16:10:58 +02:00
parent 4805a9bbe6
commit 2c514d5d46
1 changed files with 1 additions and 2 deletions

View File

@ -105,11 +105,10 @@ PROCESS_THREAD(receiver_node_process, ev, data)
{
static struct etimer et;
static struct uip_ds6_notification n;
uip_ipaddr_t *ipaddr;
PROCESS_BEGIN();
ipaddr = set_global_address();
set_global_address();
uip_ds6_notification_add(&n, route_callback);