2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 22:35:15 +00:00

netdev: Remove netdev_is_open(), which has no users.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
This commit is contained in:
Ben Pfaff
2013-03-13 15:35:33 -07:00
parent 7e3dfa3bc7
commit c86073a000
2 changed files with 0 additions and 10 deletions

View File

@@ -114,8 +114,6 @@ void netdev_enumerate_types(struct sset *types);
int netdev_open(const char *name, const char *type, struct netdev **);
void netdev_close(struct netdev *);
bool netdev_is_open(const char *name);
void netdev_parse_name(const char *netdev_name, char **name, char **type);
/* Options. */