From c197ef50434c6cac937a03ac496658c04bf3e1a5 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 1 Nov 2013 14:08:45 -0700 Subject: [PATCH] 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 --- ofproto/ofproto-dpif-xlate.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.43.0