diff options
author | Colin Ian King <[email protected]> | 2023-11-20 13:24:56 +0800 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2023-11-20 09:17:51 -0700 |
commit | be93825f0e6428c2d3f03a6e4d447dc48d33d7ff (patch) | |
tree | 0fcad897d51313a07af3f82b29cf035d28a77886 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 777967e7e9f6f5f3e153abffb562bffaf4430d26 (diff) |
bcache: remove redundant assignment to variable cur_idx
Variable cur_idx is being initialized with a value that is never read,
it is being re-assigned later in a while-loop. Remove the redundant
assignment. Cleans up clang scan build warning:
drivers/md/bcache/writeback.c:916:2: warning: Value stored to 'cur_idx'
is never read [deadcode.DeadStores]
Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Coly Li <[email protected]>
Signed-off-by: Coly Li <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions