From: Ben Pfaff Date: Thu, 14 Feb 2013 06:16:12 +0000 (-0800) Subject: ofp-util: Remove prototype for unimplemented, misspelled function. X-Git-Tag: sliver-openvswitch-1.10.90-1~11^2~3 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=0000f2845fbfa34a222a1ce3dae25b84a93f0d2d;p=sliver-openvswitch.git ofp-util: Remove prototype for unimplemented, misspelled function. Signed-off-by: Ben Pfaff Acked-by: Ethan Jackson --- diff --git a/lib/ofp-util.h b/lib/ofp-util.h index 955886de3..db28c5839 100644 --- a/lib/ofp-util.h +++ b/lib/ofp-util.h @@ -686,8 +686,6 @@ union ofp_action *ofputil_actions_clone(const union ofp_action *, size_t n); /* Handy utility for parsing flows and actions. */ bool ofputil_parse_key_value(char **stringp, char **keyp, char **valuep); -struct ofpbuf *ofputlil_dump_ports(enum ofp_version ofp_version, int16_t port); - struct ofputil_port_stats { uint16_t port_no; struct netdev_stats stats;