diff options
| author | Shivani Bhardwaj <[email protected]> | 2015-10-14 05:04:00 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2015-10-16 22:09:59 -0700 |
| commit | ad942cb19b416fc64f17871372ee0932878861c0 (patch) | |
| tree | ee468e813331392e8685fc658e52c16172e64d33 /tools/perf/scripts/python | |
| parent | f955a398f2cc5bc896388b8046c3c12fc5ec687b (diff) | |
Staging: rtl8723au: rtl8723a_bt-coexist: Remove unused variable
A variable is initialized and then assigned values in the code but is
never used and therefore, should be removed.
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