Remove unused variable.
authorRoland McGrath <roland@gnu.org>
Thu, 8 Dec 1994 19:43:43 +0000 (19:43 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 8 Dec 1994 19:43:43 +0000 (19:43 +0000)
sysdeps/mach/hurd/alpha/sigreturn.c

index 6ef718c..db6e873 100644 (file)
@@ -167,7 +167,6 @@ __sigreturn (struct sigcontext *scp)
     register const struct sigcontext *const scpreg asm ("$2") = scp;
     register integer_t *usp asm ("$3") = scpreg->sc_regs[30];
     register integer_t usp_align asm ("$4");
-    register integer_t *sp asm ("$30");
 
     /* Push an 8-word "trap frame" onto the user stack for `rei':
        registers $2..$7, the PC, and the PSW.  */