aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts-by-pid.py
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2021-12-30 13:45:57 +0000
committerJarkko Sakkinen <[email protected]>2022-01-09 00:18:54 +0200
commitd99a8af48a3de727173415ccb17f6b6ba60d5573 (patch)
tree354f67337af19f230f66c2526ff957e2d449efc6 /tools/perf/scripts/python/syscall-counts-by-pid.py
parent84cc69589700b90a4c8d27b481a51fce8cca6051 (diff)
lib: remove redundant assignment to variable ret
Variable ret is being assigned a value that is never read. If the for-loop is entered then ret is immediately re-assigned a new value. If the for-loop is not executed ret is never read. The assignment is redundant and can be removed. Signed-off-by: Colin Ian King <[email protected]> Reviewed-by: Jarkko Sakkinen <[email protected]> Signed-off-by: Jarkko Sakkinen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions