diff options
author | Shreeya Patel <shreeya.patel23498@gmail.com> | 2017-12-22 03:58:21 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-01-08 16:45:45 +0100 |
commit | 97c6166001efe54f74d25e5e46b5bdc54bb01391 (patch) | |
tree | 794217c99cc662a51f0fdec96f282495a372adb2 /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | ab3080532e10ce51b171419b6f59182bbef7beb2 (diff) |
Staging: rtlwifi: Remove unused variable and the code
Remove unused variable and also remove unused code
associated with initializing the unused variable.
Unused variable was detected using the following
semantic patch by coccinelle.
@@
type T;
identifier i;
constant C;
@@
(
extern T i;
|
- T i;
<+... when != i
- i = C;
...+>
)
Signed-off-by: Shreeya Patel <shreeya.patel23498@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions