From: Jarno Rajahalme Date: Thu, 20 Jun 2013 14:26:16 +0000 (+0300) Subject: ofp-util: Remove prototype of non-existing function. X-Git-Tag: sliver-openvswitch-1.10.90-3~6^2~83 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=511a70176e971e28d43a62d9c8c4eb52a8beb49a;p=sliver-openvswitch.git ofp-util: Remove prototype of non-existing function. Signed-off-by: Jarno Rajahalme Signed-off-by: Ben Pfaff --- diff --git a/lib/ofp-util.h b/lib/ofp-util.h index 42ab88b7a..f8705a2db 100644 --- a/lib/ofp-util.h +++ b/lib/ofp-util.h @@ -678,8 +678,6 @@ void *ofputil_put_action(enum ofputil_action_code, struct ofpbuf *buf); #define OFP_ACTION_ALIGN 8 /* Alignment of ofp_actions. */ -enum ofperr validate_actions(const union ofp_action *, size_t n_actions, - const struct flow *, ofp_port_t max_ports); bool action_outputs_to_port(const union ofp_action *, ovs_be16 port); enum ofperr ofputil_pull_actions(struct ofpbuf *, unsigned int actions_len,