diff mbox

[ovs-dev,02/10] ofproto-dpif: Remove prototype for an undefined function.

Message ID 1471560623-44639-3-git-send-email-jarno@ovn.org
State Superseded
Headers show

Commit Message

Jarno Rajahalme Aug. 18, 2016, 10:50 p.m. UTC
We do not have a 'ofproto_dpif_refresh_rule()' function.

Signed-off-by: Jarno Rajahalme <jarno@ovn.org>
---
 ofproto/ofproto-dpif.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/ofproto/ofproto-dpif.h b/ofproto/ofproto-dpif.h
index f1e1209..a3b1d6b 100644
--- a/ofproto/ofproto-dpif.h
+++ b/ofproto/ofproto-dpif.h
@@ -161,7 +161,6 @@  int ofproto_dpif_send_packet(const struct ofport_dpif *, bool oam,
                              struct dp_packet *);
 void ofproto_dpif_flow_mod(struct ofproto_dpif *,
                            const struct ofputil_flow_mod *);
-struct rule_dpif *ofproto_dpif_refresh_rule(struct rule_dpif *);
 
 struct ofport_dpif *odp_port_to_ofport(const struct dpif_backer *, odp_port_t);
 struct ofport_dpif *ofp_port_to_ofport(const struct ofproto_dpif *,