Skip to content

Commit

Permalink
um: remove dead code
Browse files Browse the repository at this point in the history
"me" is not used.

Signed-off-by: Richard Weinberger <richard@nod.at>
  • Loading branch information
Richard Weinberger committed Jul 19, 2013
1 parent 9a8c135 commit 9e82d45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86/um/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,6 @@ int setup_signal_stack_si(unsigned long stack_top, int sig,
{
struct rt_sigframe __user *frame;
int err = 0;
struct task_struct *me = current;

frame = (struct rt_sigframe __user *)
round_down(stack_top - sizeof(struct rt_sigframe), 16);
Expand Down

0 comments on commit 9e82d45

Please sign in to comment.