From 4804d294a175369c597d8f9cd867192893629023 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 12 Jun 2017 12:47:55 -0700 Subject: [PATCH] ofp-util: Remove prototype for unimplemented function. Signed-off-by: Ben Pfaff Acked-by: Jan Scheurich Reviewed-by: nickcooper-zhangtonghao --- include/openvswitch/ofp-util.h | 2 -- 1 file changed, 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 *, -- 2.39.5