Skip to content

Commit

Permalink
ofproto-dpif: Remove prototype for unimplemented function.
Browse files Browse the repository at this point in the history
The function was removed some time ago, but not the prototype.

Signed-off-by: Ben Pfaff <[email protected]>
Acked-by: Alex Wang <[email protected]>
  • Loading branch information
blp committed Jul 20, 2015
1 parent 38876d3 commit 0ad9ae8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ofproto/ofproto-dpif.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,6 @@ ovs_be64 rule_dpif_get_flow_cookie(const struct rule_dpif *rule);
void rule_dpif_reduce_timeouts(struct rule_dpif *rule, uint16_t idle_timeout,
uint16_t hard_timeout);

void choose_miss_rule(enum ofputil_port_config,
struct rule_dpif *miss_rule,
struct rule_dpif *no_packet_in_rule,
struct rule_dpif **rule, bool take_ref);

void group_dpif_credit_stats(struct group_dpif *,
struct ofputil_bucket *,
const struct dpif_flow_stats *);
Expand Down

0 comments on commit 0ad9ae8

Please sign in to comment.