diff options
Diffstat (limited to 'tools/perf/config/feature-checks/test-libelf.c')
-rw-r--r-- | tools/perf/config/feature-checks/test-libelf.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/perf/config/feature-checks/test-libelf.c b/tools/perf/config/feature-checks/test-libelf.c deleted file mode 100644 index 08db322d8957..000000000000 --- a/tools/perf/config/feature-checks/test-libelf.c +++ /dev/null @@ -1,8 +0,0 @@ -#include <libelf.h> - -int main(void) -{ - Elf *elf = elf_begin(0, ELF_C_READ, 0); - - return (long)elf; -} |