test/compress-perf: remove unused variable
authorJim Harris <james.r.harris@intel.com>
Fri, 29 Oct 2021 17:16:22 +0000 (17:16 +0000)
committerAkhil Goyal <gakhil@marvell.com>
Thu, 4 Nov 2021 18:46:27 +0000 (19:46 +0100)
commit1345c5baae35d16b20126704c8636c476c4f32eb
treef0b032012d8158eede4a526d686d71dd9815e1a1
parent9603e432bdf24712e1c2fc53f253b4e53ff4be7d
test/compress-perf: remove unused variable

clang-13 rightfully complains that the total_deq_ops
variable in cperf_cyclecount_op_setup is set but not
used, since the final accumulated total_deq_ops
results isn't used anywhere. So just remove the
total_deq_ops variable.

Fixes: 2695db95a147 ("test/compress: add cycle-count mode to perf tool")
Cc: stable@dpdk.org
Signed-off-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
app/test-compress-perf/comp_perf_test_cyclecount.c