From: Pravin B Shelar Date: Fri, 19 Dec 2014 12:02:04 +0000 (-0800) Subject: ofproto-dpif: Fix build failure. X-Git-Tag: v2.4.0~771 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=202d8004bdbba86f88e99b584f923f5fb0a3b555;hp=92a39735650c43a738af53418feb3214231ec97a;p=cascardo%2Fovs.git ofproto-dpif: Fix build failure. Remove xlate_actions_mpls_overflow coverage counter. Reported-by: Joe Stringer Signed-off-by: Pravin B Shelar --- 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);