diff options
| author | Amitoj Kaur Chawla <[email protected]> | 2015-10-15 02:29:55 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2015-10-16 22:15:57 -0700 |
| commit | a90391e4c11c453dfde739f94fac73fe94f1957a (patch) | |
| tree | 6ac5d9540e78e0461a705ac06cca17d9b6978747 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
| parent | 28aba5001300c46320bdc4eba26a8aebf4d83694 (diff) | |
staging: rtl8712: rtl8712_recv: 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/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions