diff options
| author | Amitoj Kaur Chawla <[email protected]> | 2015-10-15 02:28:36 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2015-10-16 22:56:23 -0700 |
| commit | b62c535cd0485804ab889fd8f9ac789ede230dd2 (patch) | |
| tree | ba9cd738a90ac9d72f75db7781f511c24c9dafc1 /tools/perf/scripts/python | |
| parent | b5186a9fd2ff333693034cd0d24590dd0bc34ea7 (diff) | |
staging: speakup: varhandlers: Remove useless intialisation
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')
0 files changed, 0 insertions, 0 deletions