From: Ben Pfaff Date: Mon, 12 Jun 2017 19:47:55 +0000 (-0700) Subject: ofp-util: Remove prototype for unimplemented function. X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=4804d294a175369c597d8f9cd867192893629023;p=ovs.git ofp-util: Remove prototype for unimplemented function. Signed-off-by: Ben Pfaff Acked-by: Jan Scheurich Reviewed-by: nickcooper-zhangtonghao --- 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 *,