Skip to content

Commit

Permalink
[PARISC] Remove unused variable in signal.c
Browse files Browse the repository at this point in the history
Remove unused variable "struct siginfo si" in signal.c

Signed-off-by: Grant Grundler <[email protected]>
Signed-off-by: Kyle McMartin <[email protected]>
  • Loading branch information
Grant Grundler authored and Kyle McMartin committed Nov 17, 2005
1 parent 784412f commit 9d7d575
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/parisc/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ setup_rt_frame(int sig, struct k_sigaction *ka, siginfo_t *info,
struct rt_sigframe __user *frame;
unsigned long rp, usp;
unsigned long haddr, sigframe_size;
struct siginfo si;
int err = 0;
#ifdef __LP64__
compat_int_t compat_val;
Expand Down

0 comments on commit 9d7d575

Please sign in to comment.