netdev-vport: Remove set_stats() implementation.
[sliver-openvswitch.git] / lib / netdev-vport.h
index d96a318..b6bf579 100644 (file)
@@ -29,6 +29,5 @@ enum ovs_vport_type netdev_vport_get_vport_type(const struct netdev *);
 const char *netdev_vport_get_netdev_type(const struct dpif_linux_vport *);
 
 int netdev_vport_get_stats(const struct netdev *, struct netdev_stats *);
-int netdev_vport_set_stats(struct netdev *, const struct netdev_stats *);
 
 #endif /* netdev-vport.h */