diff options
| author | Amitoj Kaur Chawla <[email protected]> | 2015-10-15 13:45:39 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2015-10-16 23:05:17 -0700 |
| commit | 5309c5b8f00b399dd3f80da855d9211944f1ed7e (patch) | |
| tree | 7b3f6cd9fb905ee930122b58d4047b7fc5c48a55 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
| parent | b49f3b23428433dc1e8bf323d1c39be73f1605e5 (diff) | |
staging: vt6655: 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/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions