commit | 4e54acb2022099e41231271b5a8ec58ca8ac2d86 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Tue Jul 31 16:45:07 2018 +0100 |
committer | Stefan Schmidt <stefan@datenfreihafen.org> | Mon Aug 06 11:21:15 2018 +0200 |
tree | 07e0a971ae9a4ed39a9c8689cd529962ad99cfe4 | |
parent | f9c52831133050c6b82aa8b6831c92da2bbf2a0b [diff] |
net: ieee802154: 6lowpan: remove redundant pointers 'fq' and 'net' Pointers fq and net are being assigned but are never used hence they are redundant and can be removed. Cleans up clang warnings: warning: variable 'fq' set but not used [-Wunused-but-set-variable] warning: variable 'net' set but not used [-Wunused-but-set-variable] Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>