summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla <amitoj1606@gmail.com>2015-10-15 02:28:36 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-16 22:56:23 -0700
commitb62c535cd0485804ab889fd8f9ac789ede230dd2 (patch)
treeba9cd738a90ac9d72f75db7781f511c24c9dafc1 /tools/perf/scripts/python
parentb5186a9fd2ff333693034cd0d24590dd0bc34ea7 (diff)
downloadlinux-b62c535cd0485804ab889fd8f9ac789ede230dd2.tar.gz
linux-b62c535cd0485804ab889fd8f9ac789ede230dd2.zip
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 <amitoj1606@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions