examples/performance-thread: remove unused hits count
authorConor Walsh <conor.walsh@intel.com>
Mon, 15 Nov 2021 17:58:55 +0000 (17:58 +0000)
committerDavid Marchand <david.marchand@redhat.com>
Tue, 16 Nov 2021 12:02:27 +0000 (13:02 +0100)
commit130e99db590073dd58da7e5c32dec8c2181527dd
tree737fa1fffd1549a4f2d68e7a368f21b16483df39
parentccbdaaa9815259f5af3b6cd3be6ba6eb8ffc4b5b
examples/performance-thread: remove unused hits count

Reported by clang 13.
This patch removes the hits variable from the cpu_load_collector function
within the performance thread example app as it is an unused but set
variable.

Bugzilla ID: 881
Fixes: d48415e1fee3 ("examples/performance-thread: add l3fwd-thread app")
Cc: stable@dpdk.org
Reported-by: Liang Longfeng <longfengx.liang@intel.com>
Signed-off-by: Conor Walsh <conor.walsh@intel.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
examples/performance-thread/l3fwd-thread/main.c