From 584754cbee6edf8495117e176427113b51a9bd7f Mon Sep 17 00:00:00 2001 From: Ian Rogers Date: Thu, 2 Oct 2025 18:23:49 -0700 Subject: tools build: Remove libbpf-strings feature test The feature test is unnecessary as the LIBBPF_CURRENT_VERSION_GEQ(1,7) macro can be used instead. The only use was in perf and this is now removed. Signed-off-by: Ian Rogers Cc: Adrian Hunter Cc: Alexander Shishkin Cc: Blake Jones Cc: Ingo Molnar Cc: Jiri Olsa Cc: Mark Rutland Cc: Namhyung Kim Cc: Peter Zijlstra Signed-off-by: Arnaldo Carvalho de Melo --- tools/build/feature/test-libbpf-strings.c | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 tools/build/feature/test-libbpf-strings.c (limited to 'tools/build/feature/test-libbpf-strings.c') diff --git a/tools/build/feature/test-libbpf-strings.c b/tools/build/feature/test-libbpf-strings.c deleted file mode 100644 index 83e6c45f5c85..000000000000 --- a/tools/build/feature/test-libbpf-strings.c +++ /dev/null @@ -1,10 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0 -#include - -int main(void) -{ - struct btf_dump_type_data_opts opts; - - opts.emit_strings = 0; - return opts.emit_strings; -} -- cgit