diff options
Diffstat (limited to 'tools/perf/config/feature-checks/test-stackprotector.c')
-rw-r--r-- | tools/perf/config/feature-checks/test-stackprotector.c | 6 |
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 c9f398d..0000000 --- a/tools/perf/config/feature-checks/test-stackprotector.c +++ /dev/null @@ -1,6 +0,0 @@ -#include <stdio.h> - -int main(void) -{ - return puts("hi"); -} |