diff options
author | Bhaktipriya Shridhar <bhaktipriya96@gmail.com> | 2016-02-28 17:48:36 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-03-11 22:09:09 -0800 |
commit | 7288cadc199ebeb1e34237f999efa1368e4a3daf (patch) | |
tree | bc20081c18feed3c9e7143d24405328b7837ba59 /tools/include | |
parent | 5a95f073b631ad8038c2f771b04bae737344df07 (diff) | |
download | op-kernel-dev-7288cadc199ebeb1e34237f999efa1368e4a3daf.zip op-kernel-dev-7288cadc199ebeb1e34237f999efa1368e4a3daf.tar.gz |
staging: rtl8192u: ieee80211: Remove unused variables
The pointer *skb2 is declared 'globally' inside ifdef NOT_YET.
It's used nowhere in the directory.
Another pointer *skb2 is declared 'locally', again inside another ifdef NOT_YET
in the function ieee80211_rx_frame_mgmt.
Hence, skb2 stays unused and has been removed.
This was done using Coccinelle:
@@ type T; identifier i; constant c; @@
-T i;
<... when != i
-i = c;
...>
Signed-off-by: Bhaktipriya Shridhar <bhaktipriya96@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/include')
0 files changed, 0 insertions, 0 deletions