diff options
author | Tom Rix <trix@redhat.com> | 2023-03-27 16:23:24 +0300 |
---|---|---|
committer | Song Liu <song@kernel.org> | 2023-04-14 10:42:04 +0300 |
commit | 7bc436121e557b1f5bebf5ad67e7ed3614d6df92 (patch) | |
tree | e37054876068724f38570daa78f0e0ff4d6c784b /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 7cddb055bfda5f7b0be931e8ea750fc28bc18a27 (diff) | |
download | linux-7bc436121e557b1f5bebf5ad67e7ed3614d6df92.tar.xz |
md/raid5: remove unused working_disks variable
clang with W=1 reports
drivers/md/raid5.c:7719:6: error: variable 'working_disks'
set but not used [-Werror,-Wunused-but-set-variable]
int working_disks = 0;
^
This variable is not used so remove it.
Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Song Liu <song@kernel.org>
Link: https://lore.kernel.org/r/20230327132324.1769595-1-trix@redhat.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions