summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2017-06-12 12:47:55 -0700
committerBen Pfaff <blp@ovn.org>2017-06-20 07:35:36 +0800
commit4804d294a175369c597d8f9cd867192893629023 (patch)
tree98ffac073df9c71892b4d1e8304920a984fc00f0 /include
parentc71188c8add189b6308756d0f867fc1c1810c913 (diff)
downloadopenvswitch-4804d294a175369c597d8f9cd867192893629023.tar.gz
ofp-util: Remove prototype for unimplemented function.
Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Jan Scheurich <jan.scheurich@ericsson.com> Reviewed-by: nickcooper-zhangtonghao <nic@opencloud.tech>
Diffstat (limited to 'include')
-rw-r--r--include/openvswitch/ofp-util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/openvswitch/ofp-util.h b/include/openvswitch/ofp-util.h
index bbf6ffec5..07723b427 100644
--- a/include/openvswitch/ofp-util.h
+++ b/include/openvswitch/ofp-util.h
@@ -247,8 +247,6 @@ void ofputil_match_to_ofp10_match(const struct match *, struct ofp10_match *);
enum ofperr ofputil_pull_ofp11_match(struct ofpbuf *, const struct tun_table *,
const struct vl_mff_map *, struct match *,
uint16_t *padded_match_len);
-enum ofperr ofputil_pull_ofp11_mask(struct ofpbuf *, struct match *,
- struct mf_bitmap *bm);
enum ofperr ofputil_match_from_ofp11_match(const struct ofp11_match *,
struct match *);
int ofputil_put_ofp11_match(struct ofpbuf *, const struct match *,