summaryrefslogtreecommitdiffstats
path: root/tools/build/feature/test-libbpf-bpf_object__next_program.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build/feature/test-libbpf-bpf_object__next_program.c')
-rw-r--r--tools/build/feature/test-libbpf-bpf_object__next_program.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/build/feature/test-libbpf-bpf_object__next_program.c b/tools/build/feature/test-libbpf-bpf_object__next_program.c
deleted file mode 100644
index 8bf4fd26b545..000000000000
--- a/tools/build/feature/test-libbpf-bpf_object__next_program.c
+++ /dev/null
@@ -1,8 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0
-#include <bpf/libbpf.h>
-
-int main(void)
-{
- bpf_object__next_program(NULL /* obj */, NULL /* prev */);
- return 0;
-}