Commit 26f7f987 authored by Yann Droneaud's avatar Yann Droneaud Committed by Arnaldo Carvalho de Melo

perf tools: Remove unused test-volatile-register-var.c

Since commit 01287e2c, 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: default avatarYann 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.comSigned-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent 1d027ee9
#include <stdio.h>
int main(void)
{
return puts("hi");
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment