Skip to content
Commit 4e54acb2 authored by Colin Ian King's avatar Colin Ian King Committed by Stefan Schmidt
Browse files

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: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarStefan Schmidt <stefan@datenfreihafen.org>
parent f9c52831
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment