[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240905081325.47673-1-zhangjiao2@cmss.chinamobile.com>
Date: Thu, 5 Sep 2024 16:13:25 +0800
From: zhangjiao2 <zhangjiao2@...s.chinamobile.com>
To: anna-maria@...utronix.de
Cc: frederic@...nel.org,
tglx@...utronix.de,
jstultz@...gle.com,
shuah@...nel.org,
linux-kernel@...r.kernel.org,
linux-kselftest@...r.kernel.org,
zhang jiao <zhangjiao2@...s.chinamobile.com>
Subject: [PATCH] Date: Remove unused macro
From: zhang jiao <zhangjiao2@...s.chinamobile.com>
This macro NSEC_PER_SEC is never referenced in the code.
Just remove it.
Signed-off-by: zhang jiao <zhangjiao2@...s.chinamobile.com>
---
tools/testing/selftests/timers/skew_consistency.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/tools/testing/selftests/timers/skew_consistency.c b/tools/testing/selftests/timers/skew_consistency.c
index c8e6bffe4e0a..83450145fe65 100644
--- a/tools/testing/selftests/timers/skew_consistency.c
+++ b/tools/testing/selftests/timers/skew_consistency.c
@@ -36,8 +36,6 @@
#include <sys/wait.h>
#include "../kselftest.h"
-#define NSEC_PER_SEC 1000000000LL
-
int main(int argc, char **argv)
{
struct timex tx;
--
2.33.0
Powered by blists - more mailing lists