m32r: struct old_sigaction is never used
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 22 Apr 2012 20:20:52 +0000 (16:20 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 22 May 2012 03:59:20 +0000 (23:59 -0400)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/m32r/include/asm/signal.h

index b2eeb0d..ea5f95e 100644 (file)
@@ -110,13 +110,6 @@ typedef unsigned long sigset_t;
 #include <asm-generic/signal-defs.h>
 
 #ifdef __KERNEL__
-struct old_sigaction {
-       __sighandler_t sa_handler;
-       old_sigset_t sa_mask;
-       unsigned long sa_flags;
-       __sigrestore_t sa_restorer;
-};
-
 struct sigaction {
        __sighandler_t sa_handler;
        unsigned long sa_flags;