From: Namhyung Kim Date: Tue, 27 Dec 2011 15:35:51 +0000 (+0900) Subject: perf script: Kill script_spec__delete X-Git-Tag: v3.3-rc1~192^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=466e2876bcb9ddc9b92502c46689679bee7d72a0;p=pandora-kernel.git perf script: Kill script_spec__delete As script_spec__delete() frees given struct script_spec it should not be called if we failed to allocate the struct. Also it's the only caller of the function, we can get rid of the function itself. Cc: Ingo Molnar Cc: Paul Mackerras Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/1325000151-4463-4-git-send-email-namhyung@gmail.com Signed-off-by: Namhyung Kim Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed