mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
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>
This commit is contained in:
parent
72ed62f7c9
commit
ba4fd9d828
@ -3907,8 +3907,6 @@ static void __exit pg_cleanup(void)
|
||||
{
|
||||
struct pktgen_thread *t;
|
||||
struct list_head *q, *n;
|
||||
wait_queue_head_t queue;
|
||||
init_waitqueue_head(&queue);
|
||||
|
||||
/* Stop all interfaces & threads */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user