diff options
author | Tom Rix <[email protected]> | 2023-03-31 13:57:57 -0400 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2023-04-02 21:48:46 -0400 |
commit | 3d2efb5470f58707a9120720af238d1dacdf77b5 (patch) | |
tree | fea609030060403fc2883ebe8c9999e1b3df0f09 /lib/test_fortify/write_overflow-strncpy-src.c | |
parent | 4e0966a4829178b3cc7d8dc8686d9d6fcc221187 (diff) |
scsi: qla4xxx: Remove unused 'count' variable
clang with W=1 reports:
drivers/scsi/qla4xxx/ql4_isr.c:475:11: error: variable
'count' set but not used [-Werror,-Wunused-but-set-variable]
uint32_t count = 0;
^
This variable is not used so remove it.
Signed-off-by: Tom Rix <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'lib/test_fortify/write_overflow-strncpy-src.c')
0 files changed, 0 insertions, 0 deletions