Remove some sparc cob-webs leftover after Joseph's recent changes.
authorDavid S. Miller <davem@davemloft.net>
Thu, 24 May 2012 04:47:03 +0000 (21:47 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 24 May 2012 04:47:03 +0000 (21:47 -0700)
* sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
(__libc_sigaction): Remove unused local variables.

sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c

index 7bdf5e0..9a535e8 100644 (file)
@@ -30,11 +30,9 @@ static void __sigreturn_stub (void);
 int
 __libc_sigaction (int sig, const struct sigaction *act, struct sigaction *oact)
 {
-  struct old_kernel_sigaction k_sigact, k_osigact;
-  int ret;
-
   struct kernel_sigaction kact, koact;
   unsigned long stub = 0;
+  int ret;
 
   if (act)
     {