Skip to content

Commit 210893c

Browse files
Denis Kirjanovstffrdhrn
authored andcommitted
openrisc: signal: remove unused DEBUG_SIG macro
Signed-off-by: Denis Kirjanov <[email protected]> Signed-off-by: Stafford Horne <[email protected]>
1 parent 72698a8 commit 210893c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/openrisc/kernel/signal.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
#include <asm/ucontext.h>
2929
#include <linux/uaccess.h>
3030

31-
#define DEBUG_SIG 0
32-
3331
struct rt_sigframe {
3432
struct siginfo info;
3533
struct ucontext uc;

0 commit comments

Comments
 (0)