From 6796e6ff1f47655ea0b5c0de9be31d3190c51417 Mon Sep 17 00:00:00 2001 From: Jarno Rajahalme Date: Tue, 9 Apr 2013 20:36:01 +0300 Subject: [PATCH] Remove unused struct xlate_reg_state definition. Signed-off-by: Jarno Rajahalme Signed-off-by: Ben Pfaff --- ofproto/ofproto-dpif.c | 5 ----- 1 file changed, 5 deletions(-) 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_) { -- 2.47.0