From: Namhyung Kim Date: Tue, 27 Dec 2011 15:35:48 +0000 (+0900) Subject: perf session: Remove impossible condition check X-Git-Tag: v3.3-rc1~192^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29c9862f1b818bf4caa4c48a30dbe5f25c84ee08;p=pandora-kernel.git perf session: Remove impossible condition check The 'size' cannot be 0 because it was set to 8 on the above line in case it was 0 and never changed. Cc: Ingo Molnar Cc: Paul Mackerras Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/1325000151-4463-1-git-send-email-namhyung@gmail.com Signed-off-by: Namhyung Kim Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed