diff options
| author | Amitoj Kaur Chawla <[email protected]> | 2015-10-15 13:42:53 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2015-10-16 22:29:33 -0700 |
| commit | b55044062ce243868e9f1dbceda8a453fd61c7d3 (patch) | |
| tree | 411189ac855db14e20224d5febae8a586e884663 /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | ab12717607e363124da88d64eeb3fedce9674dfe (diff) | |
staging: lustre: ptlrpc: 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-postgresql.py')
0 files changed, 0 insertions, 0 deletions