Skip to content

Commit

Permalink
Merge pull request #1473 from guillaumenibert/fix-code-ipv6-tests-dev…
Browse files Browse the repository at this point in the history
…elop

Removed unused vars from code-ipv6 tests (develop branch)
  • Loading branch information
atiselsts committed Dec 8, 2020
2 parents a981a7a + a175e25 commit b569a8d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/07-simulation-base/code-ipv6/receiver/udp-receiver.c
Expand Up @@ -33,7 +33,6 @@ receiver(struct simple_udp_connection *c,
PROCESS_THREAD(udp_process, ev, data)
{
static struct etimer periodic_timer;
static struct etimer send_timer;
uip_ipaddr_t addr;
static int alive;
const uip_ipaddr_t *default_prefix;
Expand Down
1 change: 0 additions & 1 deletion tests/07-simulation-base/code-ipv6/sender/udp-sender.c
Expand Up @@ -34,7 +34,6 @@ receiver(struct simple_udp_connection *c,
PROCESS_THREAD(udp_process, ev, data)
{
static struct etimer periodic_timer;
static struct etimer send_timer;
uip_ipaddr_t addr;

PROCESS_BEGIN();
Expand Down
1 change: 0 additions & 1 deletion tests/07-simulation-base/code-ipv6/sender/unicast-sender.c
Expand Up @@ -35,7 +35,6 @@ receiver(struct simple_udp_connection *c,
PROCESS_THREAD(udp_process, ev, data)
{
static struct etimer periodic_timer;
static struct etimer send_timer;
uip_ipaddr_t addr;

PROCESS_BEGIN();
Expand Down

0 comments on commit b569a8d

Please sign in to comment.