diff options
Diffstat (limited to 'kernel/pid.c')
-rw-r--r-- | kernel/pid.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/pid.c b/kernel/pid.c index f8486d2e2346..de1cfc4f75a2 100644 --- a/kernel/pid.c +++ b/kernel/pid.c | |||
@@ -269,8 +269,6 @@ static struct pid **task_pid_ptr(struct task_struct *task, enum pid_type type) | |||
269 | { | 269 | { |
270 | return (type == PIDTYPE_PID) ? | 270 | return (type == PIDTYPE_PID) ? |
271 | &task->thread_pid : | 271 | &task->thread_pid : |
272 | (type == __PIDTYPE_TGID) ? | ||
273 | &task->signal->leader_pid : | ||
274 | &task->signal->pids[type]; | 272 | &task->signal->pids[type]; |
275 | } | 273 | } |
276 | 274 | ||