From: Pavel Emelyanov Date: Fri, 19 Oct 2007 06:40:43 +0000 (-0700) Subject: Remove unused variables from fs/proc/base.c X-Git-Tag: v2.6.24-rc1~178 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=457c25107b83bc6456b3a18a25511418dc25da69;p=pandora-kernel.git Remove unused variables from fs/proc/base.c When removing the explicit task_struct->pid usage I found that proc_readfd_common() and proc_pident_readdir() get this field, but do not use it at all. So this cleanup is a cheap help with the task_struct->pid isolation. Signed-off-by: Pavel Emelyanov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed