[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240903032952.10120-1-bajing@cmss.chinamobile.com>
Date: Tue,  3 Sep 2024 11:29:52 +0800
From: Ba Jing <bajing@...s.chinamobile.com>
To: akpm@...ux-foundation.org
Cc: Liam.Howlett@...cle.com,
	lorenzo.stoakes@...cle.com,
	zhangpeng.00@...edance.com,
	sidhartha.kumar@...cle.com,
	bajing@...s.chinamobile.com,
	linux-kernel@...r.kernel.org
Subject: [PATCH] shared: linux: remove unused variables
These variables are never referenced in the code, just remove them.
Signed-off-by: Ba Jing <bajing@...s.chinamobile.com>
---
 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
Powered by blists - more mailing lists