ovs.db.data: Fix bugs in Atom.is_default() and Datum.is_default().
[openvswitch] / ofproto / connmgr.h
index 31416a1f8b05fb225582a091cffef4dbdfe2eee4..ea39b724edaa4db6823d7351cbfcd105e6046314 100644 (file)
@@ -98,7 +98,6 @@ void ofconn_send_error(const struct ofconn *, const struct ofp_header *request,
 int ofconn_pktbuf_retrieve(struct ofconn *, uint32_t id,
                            struct ofpbuf **bufferp, uint16_t *in_port);
 
-size_t ofconn_n_pending_opgroups(const struct ofconn *);
 bool ofconn_has_pending_opgroups(const struct ofconn *);
 void ofconn_add_opgroup(struct ofconn *, struct list *);
 void ofconn_remove_opgroup(struct ofconn *, struct list *,