Skip to content

Commit

Permalink
kernel/fork.c: unused variable 'ret'
Browse files Browse the repository at this point in the history
Removed the unused variable.

Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Steven Noonan authored and Ingo Molnar committed Jan 11, 2009
1 parent d19b85d commit 783adf4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/fork.c
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,6 @@ static void posix_cpu_timers_init_group(struct signal_struct *sig)
static int copy_signal(unsigned long clone_flags, struct task_struct *tsk)
{
struct signal_struct *sig;
int ret;

if (clone_flags & CLONE_THREAD) {
atomic_inc(&current->signal->count);
Expand Down

0 comments on commit 783adf4

Please sign in to comment.