libbpf: Cleanup struct bpf_core_cand.

Remove two redundant fields from struct bpf_core_cand.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20211201181040.23337-8-alexei.starovoitov@gmail.com
This commit is contained in:
Andrii Nakryiko
2021-12-01 10:10:30 -08:00
committed by Andrii Nakryiko
parent d785a21c71
commit 20e7ed521a
2 changed files with 17 additions and 15 deletions

View File

@@ -8,8 +8,6 @@
struct bpf_core_cand {
const struct btf *btf;
const struct btf_type *t;
const char *name;
__u32 id;
};