ofp-util: Remove prototype for unimplemented, misspelled function.
authorBen Pfaff <blp@nicira.com>
Thu, 14 Feb 2013 06:16:12 +0000 (22:16 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 25 Feb 2013 20:58:09 +0000 (12:58 -0800)
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
lib/ofp-util.h

index 955886d..db28c58 100644 (file)
@@ -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;