Commit 210893ca authored by Denis Kirjanov's avatar Denis Kirjanov Committed by Stafford Horne
Browse files

openrisc: signal: remove unused DEBUG_SIG macro

parent 72698a87
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;