diff options
| author | Bhaktipriya Shridhar <[email protected]> | 2016-02-28 17:21:06 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-03-01 19:41:45 -0800 |
| commit | bc63f50cbb2a7bc5fbee694ce547c812c0b54f54 (patch) | |
| tree | d4502304fc2d9c2b3906fe31e270d4b780da5f09 /tools/perf/scripts/python | |
| parent | 6e4d1a8d7d9f1e0342912254348c0a02b0812f39 (diff) | |
staging: wilc1000: Removed unused variables
Variables pcgroup_encrypt_val,pccipher_group,pcwpa_version,
hold different values at different stages of the execution of
connect(), however they are not being used anywhere.
Hence, the unused variables have been removed.
This was done using Coccinelle.
@@ type T; identifier i; constant c; @@
-T i;
<... when != i
-i = c;
...>
Signed-off-by: Bhaktipriya Shridhar <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions