]> git.droids-corp.org - dpdk.git/commit
event/sw: remove unused inflight events count
authorConor Walsh <conor.walsh@intel.com>
Mon, 15 Nov 2021 17:58:53 +0000 (17:58 +0000)
committerDavid Marchand <david.marchand@redhat.com>
Tue, 16 Nov 2021 12:01:52 +0000 (13:01 +0100)
commit0f66d415c467daa1a41bb5184d72e61980c8991b
tree9bd6e033d3ac6262e687b8255580d1763baa73c3
parent54d109b5643002d4368a7355af5fa623aede330a
event/sw: remove unused inflight events count

Reported by clang 13.
This patch removes the inflights variable from the sw_dump function
within the software section of the event driver as it is an unused but
set variable.

Bugzilla ID: 881
Fixes: c66baa68e453 ("event/sw: add dump function for easier debugging")
Cc: stable@dpdk.org
Reported-by: Liang Longfeng <longfengx.liang@intel.com>
Signed-off-by: Conor Walsh <conor.walsh@intel.com>
Acked-by: Harry van Haaren <harry.van.haaren@intel.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
drivers/event/sw/sw_evdev.c