aboutsummaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif.c
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2013-09-03 15:34:58 -0700
committerBen Pfaff <blp@nicira.com>2013-09-04 13:31:56 -0700
commit74432d57328210999da232e11b0dbe4dd22cb309 (patch)
treee59b1f6f1ed3299ac539f3dcafc44ccf97bcd769 /ofproto/ofproto-dpif.c
parentcc1a2dcbba4dac352a294aef06b0131e6382d5b5 (diff)
ofproto-dpif: Removed unused struct facet 'hmap_node' member.
This member is not used anywhere for anything. Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'ofproto/ofproto-dpif.c')
-rw-r--r--ofproto/ofproto-dpif.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c
index c8c56bbe..0ce2ee04 100644
--- a/ofproto/ofproto-dpif.c
+++ b/ofproto/ofproto-dpif.c
@@ -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. */