aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2024-01-16 11:26:06 +0000
committerMartin K. Petersen <[email protected]>2024-01-17 14:49:05 -0500
commite6f3799de2f2b2cd23c3894a127921dfb6c6a512 (patch)
tree80a2def6d4d7ffa6ad48affa44c120fe478a6acc /tools/perf/scripts/python/flamegraph.py
parentd6b75ba5218915be48542bcd7e2a09776b7c66c9 (diff)
scsi: initio: Remove redundant variable 'rb'
The variable 'rb' is being assigned a value but it isn't being read afterwards. The assignment is redundant and so 'rb' can be removed. Cleans up clang scan build warning: warning: Although the value stored to 'rb' is used in the enclosing expression, the value is never actually read from 'rb'[deadcode.DeadStores] Signed-off-by: Colin Ian King <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions