removed unused var
authorGiuseppe Lettieri <g.lettieri@iet.unipi.it>
Wed, 19 Dec 2012 12:40:56 +0000 (13:40 +0100)
committerGiuseppe Lettieri <g.lettieri@iet.unipi.it>
Thu, 20 Dec 2012 13:39:25 +0000 (14:39 +0100)
lib/netdev-pltap.c

index b2cc3ec..7ac4ee9 100644 (file)
@@ -77,8 +77,6 @@ static struct shash pltap_netdev_devs = SHASH_INITIALIZER(&pltap_netdev_devs);
 static int netdev_pltap_create(const struct netdev_class *, const char *,
                                struct netdev_dev **);
 
-static struct shash pltap_creating = SHASH_INITIALIZER(&pltap_creating);
-
 static void netdev_pltap_update_seq(struct netdev_dev_pltap *);
 static int get_flags(struct netdev_dev_pltap *dev, enum netdev_flags *flags);