diff --git a/sys/net/routing/nhdp/nhdp.c b/sys/net/routing/nhdp/nhdp.c index 3011faa24f..82e96d2c9f 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];