1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

nhdp: remove unused variable

This commit is contained in:
Cenk Gündoğan 2015-11-12 09:48:21 +01:00 committed by test
parent 2aabc8ccea
commit 7fb889fa1a

View File

@ -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];