diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-06-15 15:34:24 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-06-15 15:37:51 -0600 |
commit | b1b2fc3574a6a94a1ab90271a7620345c39dc01f (patch) | |
tree | 548065804e957a53dc6bbdc283075240c74f8954 /tools/perf/scripts/python | |
parent | fdd1dc316e8959b6730d733fba025a39dac7938f (diff) |
io-wq: remove redundant initialization of variable ret
The variable ret is being initialized with a value that is never read, the
assignment is redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20210615143424.60449-1-colin.king@canonical.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions