event/opdl: remove commented out code
authorKevin Traynor <ktraynor@redhat.com>
Wed, 6 Nov 2019 19:02:02 +0000 (19:02 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 8 Nov 2019 15:40:29 +0000 (16:40 +0100)
Some variables are commented out. Remove them.

Fixes: d548ef513cd7 ("event/opdl: add unit tests")
Cc: stable@dpdk.org
Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
Acked-by: Liang Ma <liang.j.ma@intel.com>
drivers/event/opdl/opdl_test.c

index 5868ec1..e7a32fb 100644 (file)
@@ -695,9 +695,6 @@ single_link_w_stats(struct test *t)
 static int
 single_link(struct test *t)
 {
-       /* const uint8_t rx_port = 0; */
-       /* const uint8_t w1_port = 1; */
-       /* const uint8_t w3_port = 3; */
        const uint8_t tx_port = 2;
        int err;
        struct rte_mbuf *mbufs[3];