diff --git a/sys/net/routing/nhdp/nhdp.c b/sys/net/routing/nhdp/nhdp.c index 3011faa24f9fde8e70bdd0e8a714d3e3d52c6dd3..82e96d2c9f5aaa5bc630e7315016c2af65c3be78 100644 --- a/sys/net/routing/nhdp/nhdp.c +++ b/sys/net/routing/nhdp/nhdp.c @@ -286,7 +286,6 @@ static void *_nhdp_runner(void *arg) */ static void *_nhdp_receiver(void *arg __attribute__((unused))) { - uint32_t fromlen; char nhdp_rcv_buf[NHDP_MAX_RFC5444_PACKET_SZ]; msg_t msg_q[NHDP_MSG_QUEUE_SIZE];