X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fnetdev-provider.h;h=b705f899854c93e2977ec310d3cfb2d058eec440;hb=7aaeab4df24b7e9460705b1dad1010eef0354c50;hp=9af0398cff66d9c414e2c648139bcb9bd7ea7b1d;hpb=d017eeb9f9ebcb46c24a67fd301b3e36cd26a04e;p=sliver-openvswitch.git diff --git a/lib/netdev-provider.h b/lib/netdev-provider.h index 9af0398cf..b705f8998 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. *