Skip to content

Commit

Permalink
Remove some sparc cob-webs leftover after Joseph's recent changes.
Browse files Browse the repository at this point in the history
	* sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
	(__libc_sigaction): Remove unused local variables.
  • Loading branch information
David S. Miller committed May 24, 2012
1 parent ccd0a08 commit f1158bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit f1158bd

Please sign in to comment.