openrisc: signal: remove unused DEBUG_SIG macro
authorDenis Kirjanov <kda@linux-powerpc.org>
Wed, 20 Oct 2021 12:16:37 +0000 (15:16 +0300)
committerStafford Horne <shorne@gmail.com>
Wed, 20 Oct 2021 20:42:06 +0000 (05:42 +0900)
Signed-off-by: Denis Kirjanov <kda@linux-powerpc.org>
Signed-off-by: Stafford Horne <shorne@gmail.com>
arch/openrisc/kernel/signal.c

index 1ebcff2710965f08a7a2056c2e09be72f986c849..99516c9191c78408dab5846ced21108dc05b7c24 100644 (file)
@@ -28,8 +28,6 @@
 #include <asm/ucontext.h>
 #include <linux/uaccess.h>
 
-#define DEBUG_SIG 0
-
 struct rt_sigframe {
        struct siginfo info;
        struct ucontext uc;