diff options
author | Tom Rix <trix@redhat.com> | 2023-03-30 23:34:44 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2023-04-03 04:45:46 +0300 |
commit | 7866e03b9825e1e08fc5136d3ab9a35ebabdc7f5 (patch) | |
tree | a9241d843c9d512948aa096ca717f14f34221491 /tools/perf/scripts/python/syscall-counts.py | |
parent | 0a07d3c7a1d205b47d9f3608ff4e9d1065d63b6d (diff) | |
download | linux-7866e03b9825e1e08fc5136d3ab9a35ebabdc7f5.tar.xz |
scsi: qedf: Remove unused 'num_handled' variable
clang with W=1 reports:
drivers/scsi/qedf/qedf_main.c:2227:6: error: variable
'num_handled' set but not used [-Werror,-Wunused-but-set-variable]
int num_handled = 0;
^
This variable is not used so remove it.
Signed-off-by: Tom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20230330203444.1842425-1-trix@redhat.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions