diff options
author | Colin Ian King <[email protected]> | 2024-02-29 22:51:38 +0000 |
---|---|---|
committer | Hans de Goede <[email protected]> | 2024-04-03 15:55:33 +0200 |
commit | 0200ceed3042222a1f78b3e79ec71a5a52977e3a (patch) | |
tree | 118cab98d9d6d1298ec669e46088b644ccddc243 /tools/perf/scripts/python/compaction-times.py | |
parent | 4cece764965020c22cff7665b18a012006359095 (diff) |
vboxsf: remove redundant variable out_len
The variable out_len is being used to accumulate the number of
bytes but it is not being used for any other purpose. The variable
is redundant and can be removed.
Cleans up clang scan build warning:
fs/vboxsf/utils.c:443:9: warning: variable 'out_len' set but not
used [-Wunused-but-set-variable]
Signed-off-by: Colin Ian King <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Hans de Goede <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/compaction-times.py')
0 files changed, 0 insertions, 0 deletions