diff options
author | Colin Ian King <[email protected]> | 2021-01-28 17:59:23 +0000 |
---|---|---|
committer | Pablo Neira Ayuso <[email protected]> | 2021-02-06 02:43:07 +0100 |
commit | 626899a02e6afcd4b2ce5c0551092e3554cec4aa (patch) | |
tree | 5245443de566a7b0157961a1eef82a3510411189 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 08a01c11a5bb3de9b0a9c9b2685867e50eda9910 (diff) |
netfilter: nftables: remove redundant assignment of variable err
The variable err is being assigned a value that is never read,
the same error number is being returned at the error return
path via label err1. Clean up the code by removing the assignment.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Pablo Neira Ayuso <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions