scftorture: Remove unused SCFTORTOUT
authorLi Zhijian <zhijianx.li@intel.com>
Fri, 29 Oct 2021 09:40:26 +0000 (17:40 +0800)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 8 Dec 2021 00:36:17 +0000 (16:36 -0800)
There are no longer any users of SCFTORTOUT(), so this commit removes it.

Acked-by: Davidlohr Bueso <dbueso@suse.de>
Signed-off-by: Li Zhijian <zhijianx.li@intel.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/scftorture.c

index 9cff573b7eb4fff56d2ab72488e900f2be634a44..a0df767897a1dabb9ced08829f721b72c8aecaeb 100644 (file)
@@ -38,9 +38,6 @@
 #define SCFTORT_STRING "scftorture"
 #define SCFTORT_FLAG SCFTORT_STRING ": "
 
-#define SCFTORTOUT(s, x...) \
-       pr_alert(SCFTORT_FLAG s, ## x)
-
 #define VERBOSE_SCFTORTOUT(s, x...) \
        do { if (verbose) pr_alert(SCFTORT_FLAG s "\n", ## x); } while (0)