ofproto-dpif: Removed unused struct facet 'hmap_node' member.
authorBen Pfaff <blp@nicira.com>
Tue, 3 Sep 2013 22:34:58 +0000 (15:34 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 4 Sep 2013 20:31:56 +0000 (13:31 -0700)
This member is not used anywhere for anything.

Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c

index c8c56bb..0ce2ee0 100644 (file)
@@ -205,8 +205,7 @@ static void subfacet_uninstall(struct subfacet *);
  * Flow expiration works in terms of subfacets, so a facet must have at
  * least one subfacet or it will never expire, leaking memory. */
 struct facet {
-    /* Owners. */
-    struct hmap_node hmap_node;  /* In owning ofproto's 'facets' hmap. */
+    /* Owner. */
     struct ofproto_dpif *ofproto;
 
     /* Owned data. */