avf: remove dead store 15/32215/2
authorDamjan Marion <damarion@cisco.com>
Wed, 5 May 2021 12:36:04 +0000 (14:36 +0200)
committerFlorin Coras <florin.coras@gmail.com>
Wed, 5 May 2021 14:18:30 +0000 (14:18 +0000)
Type: fix
Change-Id: Ic8d965aecea6b5b729e3f414235e676d62de779a
Signed-off-by: Damjan Marion <damarion@cisco.com>
src/plugins/avf/output.c

index f35f7bb..7b940eb 100644 (file)
@@ -455,7 +455,6 @@ retry:
        }
 
       txq->next = next & mask;
-      next = txq->next;
       avf_tail_write (txq->qtx_tail, txq->next);
       txq->n_enqueued += n_desc;
       n_left -= n_enq;