Remove unnecessary variable assignment
Coverity issue: 336800
Fixes: 3f9aab961ed3 ("test/hash: check lock-free extendable bucket")
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Vladimir Medvedkin <[email protected]>
---
app/test/test_hash_readwrite_lf_perf.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/app/test/test_hash_readwrite_lf_perf.c
b/app/test/test_hash_readwrite_lf_perf.c
index 32f9ec9250..cf86046a2f 100644
--- a/app/test/test_hash_readwrite_lf_perf.c
+++ b/app/test/test_hash_readwrite_lf_perf.c
@@ -1102,7 +1102,6 @@ test_hash_multi_add_lookup(struct rwc_perf
*rwc_perf_results, int rwc_lf,
rte_eal_remote_launch(test_rwc_reader,
(void *)(uintptr_t)read_type,
enabled_core_ids[i]);
- write_type = WRITE_KEY_SHIFT;
pos_core = 0;
/* Launch writers */
--
2.25.1