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