bpftool: Remove unused struct btf_attach_point
authorYuan Can <yuancan@huawei.com>
Wed, 28 Sep 2022 09:04:39 +0000 (09:04 +0000)
committerAndrii Nakryiko <andrii@kernel.org>
Fri, 30 Sep 2022 21:08:40 +0000 (14:08 -0700)
commitd863f42930db35e82f47e4b4c78531a2b8d396ae
treeaae35807eaaff25cedbdc753d36edaf6563b4170
parent5a8921ba96ceaec0c00c8855e48940d2739c5c3b
bpftool: Remove unused struct btf_attach_point

After commit 2828d0d75b73 ("bpftool: Switch to libbpf's hashmap for
programs/maps in BTF listing"), struct btf_attach_point is not used
anymore and can be removed as well.

Signed-off-by: Yuan Can <yuancan@huawei.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20220928090440.79637-2-yuancan@huawei.com
tools/bpf/bpftool/btf.c