Removed unused variable.
This commit is contained in:
parent
819c55ba14
commit
072f208a29
1 changed files with 0 additions and 1 deletions
|
@ -123,7 +123,6 @@ PROCESS_THREAD(udp_client_process, ev, data)
|
||||||
{
|
{
|
||||||
static struct etimer periodic;
|
static struct etimer periodic;
|
||||||
static struct ctimer backoff_timer;
|
static struct ctimer backoff_timer;
|
||||||
uip_ipaddr_t *ipaddr;
|
|
||||||
|
|
||||||
PROCESS_BEGIN();
|
PROCESS_BEGIN();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue