Acked-by: Andy Zhou <[email protected]>


On Thu, Aug 1, 2013 at 2:29 PM, Ben Pfaff <[email protected]> wrote:

> Signed-off-by: Ben Pfaff <[email protected]>
> ---
>  lib/netdev-provider.h |    6 ------
>  1 file changed, 6 deletions(-)
>
> diff --git a/lib/netdev-provider.h b/lib/netdev-provider.h
> index 137b659..19230a1 100644
> --- a/lib/netdev-provider.h
> +++ b/lib/netdev-provider.h
> @@ -50,12 +50,6 @@ struct netdev *netdev_from_name(const char *name);
>  void netdev_get_devices(const struct netdev_class *,
>                          struct shash *device_list);
>
> -static inline void netdev_assert_class(const struct netdev *netdev,
> -                                           const struct netdev_class
> *class_)
> -{
> -    ovs_assert(netdev->netdev_class == class_);
> -}
> -
>  /* Network device class structure, to be defined by each implementation
> of a
>   * network device.
>   *
> --
> 1.7.10.4
>
> _______________________________________________
> dev mailing list
> [email protected]
> http://openvswitch.org/mailman/listinfo/dev
>
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to