[ovs-dev] [PATCH] ofproto-dpif: Remove prototype for unimplemented function.

Alex Wang alexw at nicira.com
Mon Jul 20 18:23:31 UTC 2015


Acked-by: Alex Wang <alexw at nicira.com>

On Mon, Jul 20, 2015 at 11:20 AM, Ben Pfaff <blp at nicira.com> wrote:

> The function was removed some time ago, but not the prototype.
>
> Signed-off-by: Ben Pfaff <blp at nicira.com>
> ---
>  ofproto/ofproto-dpif.h | 5 -----
>  1 file changed, 5 deletions(-)
>
> diff --git a/ofproto/ofproto-dpif.h b/ofproto/ofproto-dpif.h
> index 7bb45e3..0209565 100644
> --- a/ofproto/ofproto-dpif.h
> +++ b/ofproto/ofproto-dpif.h
> @@ -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 *);
> --
> 2.1.3
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
>



More information about the dev mailing list