From: Ben Pfaff Date: Tue, 26 Apr 2011 19:47:39 +0000 (-0700) Subject: ofproto: Remove unused coverage counters. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=806cd5c7cc1adbb4696b96d1429650f2ade5c848;p=openvswitch ofproto: Remove unused coverage counters. These were mostly moved into ofproto-dpif.c, but the definitions weren't deleted along with them. --- diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c index d99e86d4..1c6b8a90 100644 --- a/ofproto/ofproto.c +++ b/ofproto/ofproto.c @@ -49,24 +49,15 @@ VLOG_DEFINE_THIS_MODULE(ofproto); -COVERAGE_DEFINE(odp_overflow); COVERAGE_DEFINE(ofproto_agg_request); -COVERAGE_DEFINE(ofproto_costly_flags); -COVERAGE_DEFINE(ofproto_ctlr_action); COVERAGE_DEFINE(ofproto_error); -COVERAGE_DEFINE(ofproto_expiration); -COVERAGE_DEFINE(ofproto_expired); COVERAGE_DEFINE(ofproto_flows_req); COVERAGE_DEFINE(ofproto_flush); -COVERAGE_DEFINE(ofproto_invalidated); COVERAGE_DEFINE(ofproto_no_packet_in); -COVERAGE_DEFINE(ofproto_ofp2odp); -COVERAGE_DEFINE(ofproto_packet_in); COVERAGE_DEFINE(ofproto_packet_out); COVERAGE_DEFINE(ofproto_queue_req); COVERAGE_DEFINE(ofproto_recv_openflow); COVERAGE_DEFINE(ofproto_reinit_ports); -COVERAGE_DEFINE(ofproto_unexpected_rule); COVERAGE_DEFINE(ofproto_uninstallable); COVERAGE_DEFINE(ofproto_update_port);