diff options
author | 2023-03-30 17:27:53 -0400 | |
---|---|---|
committer | 2023-04-11 12:01:01 -0400 | |
commit | 306fbc2e041c227be7c934efe8a49ddb87bd31f1 (patch) | |
tree | 32187659f1ec252769ebe3842439cfcf24d00342 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | dm: remove unnecessary (void*) conversions (diff) | |
download | wireguard-linux-306fbc2e041c227be7c934efe8a49ddb87bd31f1.tar.xz wireguard-linux-306fbc2e041c227be7c934efe8a49ddb87bd31f1.zip |
dm raid: remove unused d variable
clang with W=1 reports
drivers/md/dm-raid.c:2212:15: error: variable
'd' set but not used [-Werror,-Wunused-but-set-variable]
unsigned int d;
^
This variable is not used so remove it.
Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions