Commit 9e82d450 authored by Richard Weinberger's avatar Richard Weinberger

um: remove dead code

"me" is not used.
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 9a8c1359
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment