2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-13 14:07:02 +00:00

netdev: Remove netdev_get_vlan_vid().

It has no remaining users.
This commit is contained in:
Ben Pfaff
2011-11-08 13:50:13 -08:00
parent 03eae5f86c
commit 52e2fbfbab
6 changed files with 0 additions and 90 deletions

View File

@@ -196,9 +196,6 @@ int netdev_dump_queue_stats(const struct netdev *,
unsigned int netdev_change_seq(const struct netdev *netdev);
/* Linux stuff. */
int netdev_get_vlan_vid(const struct netdev *, int *vlan_vid);
#ifdef __cplusplus
}
#endif