ofp-util: Remove prototype of non-existing function.
authorJarno Rajahalme <jarno.rajahalme@nsn.com>
Thu, 20 Jun 2013 14:26:16 +0000 (17:26 +0300)
committerBen Pfaff <blp@nicira.com>
Thu, 20 Jun 2013 20:22:26 +0000 (13:22 -0700)
Signed-off-by: Jarno Rajahalme <jarno.rajahalme@nsn.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/ofp-util.h

index 42ab88b..f8705a2 100644 (file)
@@ -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,