Skip to content
Snippets Groups Projects
Commit 9125dd15 authored by Martine Lenders's avatar Martine Lenders
Browse files

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

ng_udp: remove unused variable
parents 832c6a94 398788d6
Branches
No related tags found
No related merge requests found
...@@ -93,7 +93,6 @@ static void _receive(ng_pktsnip_t *pkt) ...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment