aboutsummaryrefslogtreecommitdiff
path: root/lib/ofp-util.c
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-09-07 10:12:13 -0700
committerBen Pfaff <blp@nicira.com>2011-09-15 11:10:36 -0700
commiteb6e978cc1119c651efe48aeffc22e1827e4458a (patch)
treed1baae6cbf1cc57de293644cce1b8bb218e55c26 /lib/ofp-util.c
parent6d324ae5dbe13066aa60d71c4e5d2beaaab6af21 (diff)
ofp-util: Remove obsolete build assertion.
Commit d1e9b9bf3 "nicira-ext: Renumber NXT_FLOW_MOD_TABLE_ID" eliminated the need for the NXT_SET_FLOW_FORMAT and NXT_FLOW_MOD_TABLE_ID commands to have different sizes, so asserting that they are different isn't useful anymore (although it is still correct and always will be).
Diffstat (limited to 'lib/ofp-util.c')
-rw-r--r--lib/ofp-util.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/ofp-util.c b/lib/ofp-util.c
index 00d1af76..5f7937f6 100644
--- a/lib/ofp-util.c
+++ b/lib/ofp-util.c
@@ -344,9 +344,6 @@ static int
ofputil_decode_vendor(const struct ofp_header *oh,
const struct ofputil_msg_type **typep)
{
- BUILD_ASSERT_DECL(sizeof(struct nxt_set_flow_format)
- != sizeof(struct nxt_flow_mod_table_id));
-
static const struct ofputil_msg_type nxt_messages[] = {
{ OFPUTIL_NXT_ROLE_REQUEST,
NXT_ROLE_REQUEST, "NXT_ROLE_REQUEST",