netdev: Remove netdev_exists(), which has no users.
[sliver-openvswitch.git] / lib / netdev.h
index 13105ee..425942f 100644 (file)
@@ -114,7 +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_exists(const char *name);
 bool netdev_is_open(const char *name);
 
 void netdev_parse_name(const char *netdev_name, char **name, char **type);