From: Jarno Rajahalme Date: Tue, 9 Apr 2013 17:36:01 +0000 (+0300) Subject: Remove unused struct xlate_reg_state definition. X-Git-Tag: sliver-openvswitch-1.10.90-3~17^2~99 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=6796e6ff1f47655ea0b5c0de9be31d3190c51417;p=sliver-openvswitch.git Remove unused struct xlate_reg_state definition. Signed-off-by: Jarno Rajahalme Signed-off-by: Ben Pfaff --- diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c index 0a6438c10..3ae353286 100644 --- a/ofproto/ofproto-dpif.c +++ b/ofproto/ofproto-dpif.c @@ -6447,11 +6447,6 @@ xlate_set_queue_action(struct action_xlate_ctx *ctx, uint32_t queue_id) } } -struct xlate_reg_state { - ovs_be16 vlan_tci; - ovs_be64 tun_id; -}; - static bool slave_enabled_cb(uint16_t ofp_port, void *ofproto_) {