2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 14:25:26 +00:00

ofp-util: Remove prototype for unimplemented, misspelled function.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
This commit is contained in:
Ben Pfaff
2013-02-13 22:16:12 -08:00
parent 4a39a40aba
commit 0000f2845f

View 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;