netdev: Remove netdev_is_open(), which has no users.
[sliver-openvswitch.git] / lib / netdev.h
index 425942f..aab9de0 100644 (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. */