selftests/bpf: Remove unused 'key_t' structs
'key_t' is unused in a couple of files since the original commit 60dd49ea65
("selftests/bpf: Add test for bpf array map iterators"). Remove it.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20240602234112.225107-3-linux@treblig.org
This commit is contained in:
parent
dfa7c9ffa6
commit
3f67639d8e
@ -6,12 +6,6 @@
|
||||
|
||||
char _license[] SEC("license") = "GPL";
|
||||
|
||||
struct key_t {
|
||||
int a;
|
||||
int b;
|
||||
int c;
|
||||
};
|
||||
|
||||
struct {
|
||||
__uint(type, BPF_MAP_TYPE_ARRAY);
|
||||
__uint(max_entries, 3);
|
||||
|
@ -6,12 +6,6 @@
|
||||
|
||||
char _license[] SEC("license") = "GPL";
|
||||
|
||||
struct key_t {
|
||||
int a;
|
||||
int b;
|
||||
int c;
|
||||
};
|
||||
|
||||
struct {
|
||||
__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
|
||||
__uint(max_entries, 3);
|
||||
|
Loading…
Reference in New Issue
Block a user