From: Yann Droneaud Date: Sat, 11 Jan 2014 17:48:15 +0000 (+0100) Subject: perf tools: Remove unused test-volatile-register-var.c X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=26f7f9877234e6b9ed87eff4ca450631bafe0182;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git perf tools: Remove unused test-volatile-register-var.c Since commit 01287e2cb7ad, test-volatile-register-var.c is no more built as part of the automatic feature check. This patch remove the unneeded file. Signed-off-by: Yann Droneaud Cc: David Ahern Cc: Ingo Molnar Cc: Jiri Olsa Cc: Namhyung Kim Cc: Paul Mackerras Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/339d86ad76741ed929defd18541f774b404003b4.1389461371.git.ydroneaud@opteya.com Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/config/feature-checks/test-volatile-register-var.c b/tools/perf/config/feature-checks/test-volatile-register-var.c deleted file mode 100644 index c9f398d87868..000000000000 --- a/tools/perf/config/feature-checks/test-volatile-register-var.c +++ /dev/null @@ -1,6 +0,0 @@ -#include - -int main(void) -{ - return puts("hi"); -}