summaryrefslogtreecommitdiff
path: root/lib/ofp-parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ofp-parse.h')
-rw-r--r--lib/ofp-parse.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/ofp-parse.h b/lib/ofp-parse.h
index 16398a10c..4636dffd3 100644
--- a/lib/ofp-parse.h
+++ b/lib/ofp-parse.h
@@ -60,10 +60,6 @@ char *parse_ofp_flow_stats_request_str(struct ofputil_flow_stats_request *,
enum ofputil_protocol *usable_protocols)
WARN_UNUSED_RESULT;
-char *parse_ofpacts(const char *, struct ofpbuf *ofpacts,
- enum ofputil_protocol *usable_protocols)
- WARN_UNUSED_RESULT;
-
char *parse_ofp_exact_flow(struct flow *flow, struct flow *mask, const char *s,
const struct simap *portno_names);