From: Dan Carpenter Date: Wed, 26 May 2010 21:43:25 +0000 (-0700) Subject: proc: cleanup: remove unused assignments X-Git-Tag: v2.6.35-rc1~153 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73d3646029138743989b6c213628484301a72eb1;p=pandora-kernel.git proc: cleanup: remove unused assignments I removed 3 unused assignments. The first two get reset on the first statement of their functions. For "err" in root.c we don't return an error and we don't use the variable again. Signed-off-by: Dan Carpenter Cc: Oleg Nesterov Acked-by: Serge Hallyn Reviewed-by: KOSAKI Motohiro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed