]> git.proxmox.com Git - ovs.git/commitdiff
ofp-util: Remove prototype for unimplemented function.
authorBen Pfaff <blp@ovn.org>
Mon, 12 Jun 2017 19:47:55 +0000 (12:47 -0700)
committerBen Pfaff <blp@ovn.org>
Mon, 19 Jun 2017 23:35:36 +0000 (07:35 +0800)
Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Jan Scheurich <jan.scheurich@ericsson.com>
Reviewed-by: nickcooper-zhangtonghao <nic@opencloud.tech>
include/openvswitch/ofp-util.h

index bbf6ffec5dd369a1337521c0bd5ce3363216050a..07723b427ce84383ff0b033a05683ab510604e89 100644 (file)
@@ -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 *,