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:
parent
7140ef1400
commit
449f0874fd
|
@ -92,8 +92,6 @@ struct flow_vector {
|
|||
enum fvector {
|
||||
tx,
|
||||
rx,
|
||||
bidi,
|
||||
undef,
|
||||
} vector;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue