aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla <[email protected]>2015-10-15 02:28:36 +0530
committerGreg Kroah-Hartman <[email protected]>2015-10-16 22:56:23 -0700
commitb62c535cd0485804ab889fd8f9ac789ede230dd2 (patch)
treeba9cd738a90ac9d72f75db7781f511c24c9dafc1 /tools/perf/scripts/python
parentb5186a9fd2ff333693034cd0d24590dd0bc34ea7 (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