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

Merge pull request #2890 from authmillenon/ng_udp/fix/remove-unused-variable

ng_udp: remove unused variable
This commit is contained in:
Martine Lenders 2015-04-30 07:48:36 +02:00
commit 9125dd15fd

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;