From 202d8004bdbba86f88e99b584f923f5fb0a3b555 Mon Sep 17 00:00:00 2001 From: Pravin B Shelar Date: Fri, 19 Dec 2014 04:02:04 -0800 Subject: [PATCH] ofproto-dpif: Fix build failure. Remove xlate_actions_mpls_overflow coverage counter. Reported-by: Joe Stringer Signed-off-by: Pravin B Shelar --- 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 eb8731553..4cef55029 100644 --- a/ofproto/ofproto-dpif-xlate.c +++ b/ofproto/ofproto-dpif-xlate.c @@ -61,7 +61,6 @@ COVERAGE_DEFINE(xlate_actions); COVERAGE_DEFINE(xlate_actions_oversize); COVERAGE_DEFINE(xlate_actions_too_many_output); -COVERAGE_DEFINE(xlate_actions_mpls_overflow); VLOG_DEFINE_THIS_MODULE(ofproto_dpif_xlate); -- 2.20.1