diff options
author | Colin Ian King <[email protected]> | 2021-10-13 17:51:42 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2021-10-15 11:02:36 +0100 |
commit | bacc8daf97d4199316328a5d18eeafbe447143c5 (patch) | |
tree | b118e57f07eaee3940535ed246c7af95f8fd0c72 /tools/perf/scripts/python/syscall-counts.py | |
parent | d00e60ee54b12de945b8493cf18c1ada9e422514 (diff) |
xen-netback: Remove redundant initialization of variable err
The variable err is being initialized with a value that is never read, it
is being updated immediately afterwards. The assignment is redundant and
can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions