[ovs-dev] [PATCH 01/16] ofproto-dpif: Remove unused struct dpif_completion.

Ben Pfaff blp at nicira.com
Fri Jun 6 05:01:55 UTC 2014


Signed-off-by: Ben Pfaff <blp at nicira.com>
---
 ofproto/ofproto-dpif.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c
index 2984e93..45c1393 100644
--- a/ofproto/ofproto-dpif.c
+++ b/ofproto/ofproto-dpif.c
@@ -209,11 +209,6 @@ static int set_bfd(struct ofport *, const struct smap *);
 static int set_cfm(struct ofport *, const struct cfm_settings *);
 static void ofport_update_peer(struct ofport_dpif *);
 
-struct dpif_completion {
-    struct list list_node;
-    struct ofoperation *op;
-};
-
 /* Reasons that we might need to revalidate every datapath flow, and
  * corresponding coverage counters.
  *
-- 
1.9.1




More information about the dev mailing list