mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-08 01:54:24 -05:00
selftests/bpf: Remove unused enums
The enums undef and bidi are not used. Remove them. Signed-off-by: Björn Töpel <bjorn.topel@intel.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Link: https://lore.kernel.org/bpf/20210122154725.22140-3-bjorn.topel@gmail.com
This commit is contained in:
committed by
Daniel Borkmann
parent
7140ef1400
commit
449f0874fd
@@ -92,8 +92,6 @@ struct flow_vector {
|
||||
enum fvector {
|
||||
tx,
|
||||
rx,
|
||||
bidi,
|
||||
undef,
|
||||
} vector;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user