ofproto-dpif: Fix build failure.
authorPravin B Shelar <pshelar@nicira.com>
Fri, 19 Dec 2014 12:02:04 +0000 (04:02 -0800)
committerPravin B Shelar <pshelar@nicira.com>
Fri, 19 Dec 2014 20:27:40 +0000 (12:27 -0800)
Remove xlate_actions_mpls_overflow coverage counter.

Reported-by: Joe Stringer <joestringer@nicira.com>
Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
ofproto/ofproto-dpif-xlate.c

index eb87315..4cef550 100644 (file)
@@ -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);