diff options
author | Colin Ian King <[email protected]> | 2020-05-08 23:58:10 +0100 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2020-05-08 22:46:51 -0700 |
commit | 5eb2bcf247de02b92749fe6a6b342f6393ca3f86 (patch) | |
tree | 8f238449c18eaf4a9a3ca03ba95a8d6664661352 /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | 6a9c9548ee204882d196fdbc95f689e1d0fd00aa (diff) |
net: lio_core: remove redundant assignment to variable tx_done
The variable tx_done is being assigned with a value that is never read
as the function returns a few statements later. The assignment is
redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions