From: Ben Pfaff Date: Fri, 1 Nov 2013 21:08:45 +0000 (-0700) Subject: ofproto-dpif-xlate: Remove obsolete comment. X-Git-Tag: sliver-openvswitch-2.0.90-1~6^2~41 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c197ef50434c6cac937a03ac496658c04bf3e1a5;p=sliver-openvswitch.git ofproto-dpif-xlate: Remove obsolete comment. Nothing about the existing code in this function cares whether Goto-Table is the last action. Signed-off-by: Ben Pfaff --- diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c index f19dbf1cd..f5bc12c94 100644 --- a/ofproto/ofproto-dpif-xlate.c +++ b/ofproto/ofproto-dpif-xlate.c @@ -2529,7 +2529,6 @@ do_xlate_actions(const struct ofpact *ofpacts, size_t ofpacts_len, break; case OFPACT_GOTO_TABLE: { - /* It is assumed that goto-table is the last action. */ struct ofpact_goto_table *ogt = ofpact_get_GOTO_TABLE(a); ovs_assert(ctx->table_id < ogt->table_id);