From: Giuseppe Lettieri Date: Wed, 19 Dec 2012 12:40:56 +0000 (+0100) Subject: removed unused var X-Git-Tag: sliver-openvswitch-1.9.90-2~8 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=849eddd79d4e0cc56947ce3066dafe6eb270ae35;p=sliver-openvswitch.git removed unused var --- diff --git a/lib/netdev-pltap.c b/lib/netdev-pltap.c index b2cc3ecba..7ac4ee9e8 100644 --- a/lib/netdev-pltap.c +++ b/lib/netdev-pltap.c @@ -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);