diff options
| author | Shivani Bhardwaj <[email protected]> | 2015-10-13 15:18:38 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2015-10-13 10:07:06 -0700 |
| commit | 6bd7e5668644424cb70be79ecde4033e1ae123a2 (patch) | |
| tree | 40c11ec82b84b7828b6cee032276781515340cbe /tools/perf/scripts/python | |
| parent | 3bffac68bfd76f1e94e0c6efff143ace80f90c0b (diff) | |
Staging: wilc1000: wilc_wfi_cfgoperations: Remove unused code
Remove the declaration, initialization and statement having a
variable that is not used anywhere in the code.
Semantic patch used:
@@
type T;
identifier i;
constant C;
position p != e.p;
@@
- T i@p;
<+... when != i
- i = C;
...+>
Signed-off-by: Shivani Bhardwaj <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions