ChangeSet 1.2217, 2005/03/30 09:46:33-08:00, [EMAIL PROTECTED]

        [PATCH] FRV: Cleanup unused variable
        
        This removes an unused variable from the FRV arch.
        
        Signed-Off-By: David Howells <[EMAIL PROTECTED]>
        Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>



 signal.c |    1 -
 1 files changed, 1 deletion(-)


diff -Nru a/arch/frv/kernel/signal.c b/arch/frv/kernel/signal.c
--- a/arch/frv/kernel/signal.c  2005-03-30 12:14:41 -08:00
+++ b/arch/frv/kernel/signal.c  2005-03-30 12:14:41 -08:00
@@ -225,7 +225,6 @@
 {
        struct rt_sigframe __user *frame = (struct rt_sigframe __user *) 
__frame->sp;
        sigset_t set;
-       stack_t st;
        int gr8;
 
        if (!access_ok(VERIFY_READ, frame, sizeof(*frame)))
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to