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

ng_udp: remove unused variable

This commit is contained in:
Martine Lenders 2015-04-29 21:10:29 +02:00
parent 832c6a949c
commit 398788d638

View File

@ -93,7 +93,6 @@ static void _receive(ng_pktsnip_t *pkt)
{
ng_pktsnip_t *udp, *ipv6;
ng_udp_hdr_t *hdr;
uint16_t csum;
uint32_t port;
ng_netreg_entry_t *sendto;