diff options
author | Colin Ian King <[email protected]> | 2021-07-21 12:40:10 +0100 |
---|---|---|
committer | Boris Ostrovsky <[email protected]> | 2021-07-21 11:40:45 -0500 |
commit | 83f877a09516bcb82e34df621cc3a794509a11a3 (patch) | |
tree | fe5f5a8977d7ab7db8c566bbafc2c564aa0627b6 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 629a5d87e26fe96bcaab44cbb81f5866af6f7008 (diff) |
xen/events: remove redundant initialization of variable irq
The variable irq is being initialized with a value that is never
read, it is being updated later on. The assignment is redundant and
can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Juergen Gross <[email protected]>
Signed-off-by: Boris Ostrovsky <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions