diff options
| author | Amitoj Kaur Chawla <[email protected]> | 2015-10-15 13:55:45 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2015-10-16 22:56:23 -0700 |
| commit | d09c1b96a731639436402bf0d957b974f4eed6b8 (patch) | |
| tree | bc0f5b02851c83544100bfc3f7b82aebe71fbe2f /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | 51c826f0733479a44407a7bb28b1c160ec1a19f3 (diff) | |
staging: dgnc: dgnc_tty: Remove useless initialisation
Remove intialisation of a variable that is immediately reassigned.
The semantic patch used to find this is:
// <smpl>
@@
type T;
identifier x;
constant C;
expression e;
@@
T x
- = C
;
x = e;
// </smpl>
Signed-off-by: Amitoj Kaur Chawla <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions