[ovs-dev] [PATCH v2 06/15] ofproto: Remove stale comment.

Jarno Rajahalme jarno at ovn.org
Mon Aug 22 23:31:32 UTC 2016


The previous line tells that this comment is now stale. Remove it.

Signed-off-by: Jarno Rajahalme <jarno at ovn.org>
---
 ofproto/ofproto.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c
index 48d7b8f..97ed61a 100644
--- a/ofproto/ofproto.c
+++ b/ofproto/ofproto.c
@@ -4877,8 +4877,6 @@ replace_rule_revert(struct ofproto *ofproto,
         OVS_NOT_REACHED();
     }
     ofproto_rule_remove__(ofproto, new_rule);
-    /* The rule was not inserted to the ofproto provider, so we can
-     * release it without deleting it from the ofproto provider. */
     ofproto_rule_unref(new_rule);
 }
 
-- 
2.1.4




More information about the dev mailing list