summaryrefslogtreecommitdiff
path: root/lib/ofp-errors.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ofp-errors.c')
-rw-r--r--lib/ofp-errors.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ofp-errors.c b/lib/ofp-errors.c
index 3ca09cb68..35191abf1 100644
--- a/lib/ofp-errors.c
+++ b/lib/ofp-errors.c
@@ -56,8 +56,6 @@ ofperr_domain_from_version(enum ofp_version version)
return &ofperr_of14;
case OFP15_VERSION:
return &ofperr_of15;
- case OFP16_VERSION:
- return &ofperr_of16;
default:
return NULL;
}