aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/pktgen.c
diff options
context:
space:
mode:
authorEric Dumazet <eric.dumazet@gmail.com>2010-08-30 21:57:35 -0400
committerDavid S. Miller <davem@davemloft.net>2010-08-31 16:37:06 -0400
commitba4fd9d8282f7f856f2287fe8be784d1dfdda28b (patch)
tree0360a5e63dbdf68ccb3d65383a1a20790ed5f462 /net/core/pktgen.c
parent72ed62f7c9f0abe11231d073195a722ee43d6ec1 (diff)
pktgen: remove non used variable
remove non used variable "queue" in pg_cleanup Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/pktgen.c')
-rw-r--r--net/core/pktgen.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/core/pktgen.c b/net/core/pktgen.c
index 10a1ea72010d..386c2283f14e 100644
--- a/net/core/pktgen.c
+++ b/net/core/pktgen.c
@@ -3907,8 +3907,6 @@ static void __exit pg_cleanup(void)
3907{ 3907{
3908 struct pktgen_thread *t; 3908 struct pktgen_thread *t;
3909 struct list_head *q, *n; 3909 struct list_head *q, *n;
3910 wait_queue_head_t queue;
3911 init_waitqueue_head(&queue);
3912 3910
3913 /* Stop all interfaces & threads */ 3911 /* Stop all interfaces & threads */
3914 3912