diff options
| author | Colin Ian King <[email protected]> | 2019-05-24 22:56:58 +0100 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2019-05-26 22:11:58 -0700 |
| commit | df80152265cd8d3c61f4f7b9146f28967930fcc4 (patch) | |
| tree | 89fc40e7149cfbdf409e41f260fb40188add0711 /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | 476cc6c964a92a67aeec1597d6d40f5bbbdf1b03 (diff) | |
ipv4: remove redundant assignment to n
The pointer n is being assigned a value however this value is
never read in the code block and the end of the code block
continues to the next loop iteration. Clean up the code by
removing the redundant assignment.
Fixes: 1bff1a0c9bbda ("ipv4: Add function to send route updates")
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: David Ahern <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions