diff options
author | Colin Ian King <[email protected]> | 2024-01-16 10:43:02 +0000 |
---|---|---|
committer | Herbert Xu <[email protected]> | 2024-01-26 16:39:32 +0800 |
commit | 1bfde2c572b93e28a8f10212367aa0d5a8164c6a (patch) | |
tree | 3047282fa9ef16e4f2cc7b49dd65b7f87c1096cd /tools/perf/scripts/python/stat-cpi.py | |
parent | 8db78dd6cca25f558676b31c31a84771bfa5b51d (diff) |
crypto: pcbc - remove redundant assignment to nbytes
The assignment to nbytes is redundant, the while loop needs
to just refer to the value in walk.nbytes and the value of
nbytes is being re-assigned inside the loop on both paths
of the following if-statement. Remove redundant assignment.
Cleans up clang scan build warning:
warning: Although the value stored to 'nbytes' is used in
the enclosing expression, the value is never actually read
from 'nbytes' [deadcode.DeadStores]
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stat-cpi.py')
0 files changed, 0 insertions, 0 deletions