diff options
author | Colin Ian King <[email protected]> | 2021-01-28 16:22:02 +0000 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2021-02-08 13:15:41 +0200 |
commit | 1d5248882d64e327e70c0f15cadc4dfd9539c990 (patch) | |
tree | 5c22bd3fe84408af49509cd822885cc2e37ab324 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | ae30a740a1769d7afb37245b058aeb5e6e83f492 (diff) |
libertas: remove redundant initialization of variable ret
The variable ret is being initialized with a value that is never read
and it is being updated later with a new value. The initialization is
redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions