Skip to content

Commit 04cf851

Browse files
zhijianli88paulmckrcu
authored andcommitted
scftorture: Remove unused SCFTORTOUT
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>
1 parent 71f6ea2 commit 04cf851

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

kernel/scftorture.c

-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@
3838
#define SCFTORT_STRING "scftorture"
3939
#define SCFTORT_FLAG SCFTORT_STRING ": "
4040

41-
#define SCFTORTOUT(s, x...) \
42-
pr_alert(SCFTORT_FLAG s, ## x)
43-
4441
#define VERBOSE_SCFTORTOUT(s, x...) \
4542
do { if (verbose) pr_alert(SCFTORT_FLAG s "\n", ## x); } while (0)
4643

0 commit comments

Comments
 (0)