diff options
Diffstat (limited to 'tools/perf/config/feature-checks/test-dwarf.c')
-rw-r--r-- | tools/perf/config/feature-checks/test-dwarf.c | 10 |
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 3fc1801ce4a9..000000000000 --- 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; -} |