nhdp: remove unused variable
This commit is contained in:
parent
2aabc8ccea
commit
7fb889fa1a
@ -286,7 +286,6 @@ static void *_nhdp_runner(void *arg)
|
|||||||
*/
|
*/
|
||||||
static void *_nhdp_receiver(void *arg __attribute__((unused)))
|
static void *_nhdp_receiver(void *arg __attribute__((unused)))
|
||||||
{
|
{
|
||||||
uint32_t fromlen;
|
|
||||||
char nhdp_rcv_buf[NHDP_MAX_RFC5444_PACKET_SZ];
|
char nhdp_rcv_buf[NHDP_MAX_RFC5444_PACKET_SZ];
|
||||||
msg_t msg_q[NHDP_MSG_QUEUE_SIZE];
|
msg_t msg_q[NHDP_MSG_QUEUE_SIZE];
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user