[PATCH] shared: linux: remove unused variables

From: Ba Jing
Date: Mon Sep 23 2024 - 02:49:53 EST


These variables are never referenced in the code, just remove them.

Signed-off-by: Ba Jing <bajing@xxxxxxxxxxxxxxxxxxxx>
---
tools/testing/shared/linux.c | 2 --
1 file changed, 2 deletions(-)

diff --git a/tools/testing/shared/linux.c b/tools/testing/shared/linux.c
index 17263696b5d8..eb1b1878cf64 100644
--- a/tools/testing/shared/linux.c
+++ b/tools/testing/shared/linux.c
@@ -13,8 +13,6 @@
#include <urcu/uatomic.h>

int nr_allocated;
-int preempt_count;
-int test_verbose;

struct kmem_cache {
pthread_mutex_t lock;
--
2.33.0