perf build: Remove libbpf pre-1.0 feature tests
[linux-2.6-microblaze.git] / tools / build / feature / test-libbpf-btf__raw_data.c
diff --git a/tools/build/feature/test-libbpf-btf__raw_data.c b/tools/build/feature/test-libbpf-btf__raw_data.c
deleted file mode 100644 (file)
index 57da31d..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0
-#include <bpf/btf.h>
-
-int main(void)
-{
-       btf__raw_data(NULL /* btf_ro */, NULL /* size */);
-       return 0;
-}