diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2022-11-04 13:50:36 +0000 |
---|---|---|
committer | Kalle Valo <kvalo@kernel.org> | 2022-11-08 09:40:18 +0200 |
commit | 9db485ce098fda396151253b34c5aa6a4fbf6c1b (patch) | |
tree | 238d9c18cecce875ec098c77e169f98c1b0aa4c8 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | f7333fc2135b96dc36965a8e711a9275432256df (diff) |
wifi: iwlegacy: remove redundant variable len
Variable len is being assigned and modified but it is never
used. The variable is redundant and can be removed.
Cleans up clang scan build warning:
warning: variable 'len' set but not used [-Wunused-but-set-variable]
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Acked-by: Stanislaw Gruszka <stf_xl@wp.pl>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20221104135036.225628-1-colin.i.king@gmail.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions