diff options
author | Yann Droneaud <ydroneaud@opteya.com> | 2014-01-11 18:48:15 +0100 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2014-01-13 17:20:05 -0300 |
commit | 26f7f9877234e6b9ed87eff4ca450631bafe0182 (patch) | |
tree | d7c81373a9ea1b833163e9c36d727b1b6ddab067 /tools/perf/config | |
parent | 1d027ee9b80c30e83769ef306ccfafe483dd1672 (diff) | |
download | linux-26f7f9877234e6b9ed87eff4ca450631bafe0182.tar.bz2 |
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 <ydroneaud@opteya.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/339d86ad76741ed929defd18541f774b404003b4.1389461371.git.ydroneaud@opteya.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/config')
-rw-r--r-- | tools/perf/config/feature-checks/test-volatile-register-var.c | 6 |
1 files changed, 0 insertions, 6 deletions
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 <stdio.h> - -int main(void) -{ - return puts("hi"); -} |