Get rid of ovnfield_act_header structure definition since it is not really used.
Signed-off-by: Lorenzo Bianconi <[email protected]> --- include/ovn/actions.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/ovn/actions.h b/include/ovn/actions.h index 28479ede1..b421fbdc6 100644 --- a/include/ovn/actions.h +++ b/include/ovn/actions.h @@ -755,12 +755,6 @@ struct action_header { }; BUILD_ASSERT_DECL(sizeof(struct action_header) == 8); -OVS_PACKED( -struct ovnfield_act_header { - ovs_be16 id; /* one of enum ovnfield_id. */ - ovs_be16 len; /* Length of the ovnfield data. */ -}); - struct ovnact_parse_params { /* A table of "struct expr_symbol"s to support (as one would provide to * expr_parse()). */ -- 2.40.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
