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:
parent
832c6a949c
commit
398788d638
@ -93,7 +93,6 @@ static void _receive(ng_pktsnip_t *pkt)
|
|||||||
{
|
{
|
||||||
ng_pktsnip_t *udp, *ipv6;
|
ng_pktsnip_t *udp, *ipv6;
|
||||||
ng_udp_hdr_t *hdr;
|
ng_udp_hdr_t *hdr;
|
||||||
uint16_t csum;
|
|
||||||
uint32_t port;
|
uint32_t port;
|
||||||
ng_netreg_entry_t *sendto;
|
ng_netreg_entry_t *sendto;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user