From 849eddd79d4e0cc56947ce3066dafe6eb270ae35 Mon Sep 17 00:00:00 2001 From: Giuseppe Lettieri Date: Wed, 19 Dec 2012 13:40:56 +0100 Subject: [PATCH] removed unused var --- lib/netdev-pltap.c | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.43.0