diff options
author | Colin Ian King <[email protected]> | 2019-09-01 16:52:05 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2019-09-01 11:45:02 -0700 |
commit | 56fcd40f8a51db475389856f31685a1b87a3cc9c (patch) | |
tree | b8ee62b470b13d38fcf2326661df51bed9e7d83e /tools/perf/scripts/python/syscall-counts.py | |
parent | dc161162e42ca51daff50e86a4a4bb8395d60501 (diff) |
netlabel: remove redundant assignment to pointer iter
Pointer iter is being initialized with a value that is never read and
is being re-assigned a little later on. The assignment is redundant
and hence can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <[email protected]>
Acked-by: Paul Moore <[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