commit | a05e7ac3849d68b920e0f4e9a8db361f8ec68360 | [log] [tgz] |
---|---|---|
author | xypron.glpk@gmx.de <xypron.glpk@gmx.de> | Mon May 08 21:24:28 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri May 12 08:37:19 2017 -0400 |
tree | 0a3a82f8bec0a957f2bda25689d3297336bc2b31 | |
parent | d6462bbbf2ea742eb8d031ea80b772bbdb2bc9e0 [diff] |
net/arp: remove superfluous assignments The value of variable pkt is never used. The problem was indicated by clang scan-build. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>