diff options
| author | Amitoj Kaur Chawla <[email protected]> | 2015-10-15 13:37:09 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2015-10-16 22:10:37 -0700 |
| commit | e847655a29384c4a5275b30b0bc553bd2b152e4f (patch) | |
| tree | 3d24d2a48f0a9c5a5bd1b2f6238670a79a8258a7 /tools/perf/scripts/python/netdev-times.py | |
| parent | fcf7f33866378e51c12bab11826a76658364bd88 (diff) | |
staging: rtl8723au: core: rtw_recv: 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/netdev-times.py')
0 files changed, 0 insertions, 0 deletions