summaryrefslogtreecommitdiff
path: root/tools/perf/config/feature-checks/test-dwarf.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/config/feature-checks/test-dwarf.c')
-rw-r--r--tools/perf/config/feature-checks/test-dwarf.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/perf/config/feature-checks/test-dwarf.c b/tools/perf/config/feature-checks/test-dwarf.c
deleted file mode 100644
index 3fc1801..0000000
--- a/tools/perf/config/feature-checks/test-dwarf.c
+++ /dev/null
@@ -1,10 +0,0 @@
-#include <dwarf.h>
-#include <elfutils/libdw.h>
-#include <elfutils/version.h>
-
-int main(void)
-{
- Dwarf *dbg = dwarf_begin(0, DWARF_C_READ);
-
- return (long)dbg;
-}