From 511a70176e971e28d43a62d9c8c4eb52a8beb49a Mon Sep 17 00:00:00 2001 From: Jarno Rajahalme Date: Thu, 20 Jun 2013 17:26:16 +0300 Subject: [PATCH] ofp-util: Remove prototype of non-existing function. Signed-off-by: Jarno Rajahalme Signed-off-by: Ben Pfaff --- lib/ofp-util.h | 2 -- 1 file changed, 2 deletions(-) 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, -- 2.43.0