aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/config/feature-checks/test-stackprotector.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/config/feature-checks/test-stackprotector.c')
-rw-r--r--tools/perf/config/feature-checks/test-stackprotector.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/perf/config/feature-checks/test-stackprotector.c b/tools/perf/config/feature-checks/test-stackprotector.c
deleted file mode 100644
index c9f398d87868..000000000000
--- a/tools/perf/config/feature-checks/test-stackprotector.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <stdio.h>
-
-int main(void)
-{
- return puts("hi");
-}