connmgr: Remove prototype for nonexistent function.
[cascardo/ovs.git] / ofproto / connmgr.h
index 7f69d4f..f4bcb2b 100644 (file)
@@ -158,8 +158,6 @@ enum ofperr ofconn_pktbuf_retrieve(struct ofconn *, uint32_t id,
 
 bool ofconn_has_pending_opgroups(const struct ofconn *);
 void ofconn_add_opgroup(struct ofconn *, struct list *);
-void ofconn_remove_opgroup(struct ofconn *, struct list *,
-                           const struct ofp_header *request, int error);
 
 struct hmap *ofconn_get_bundles(struct ofconn *ofconn);