From: Kevin Traynor Date: Wed, 6 Nov 2019 19:02:02 +0000 (+0000) Subject: event/opdl: remove commented out code X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=5a4374e14c63a96dd910da36e9f1dd9c1b0fb73e;p=dpdk.git event/opdl: remove commented out code Some variables are commented out. Remove them. Fixes: d548ef513cd7 ("event/opdl: add unit tests") Cc: stable@dpdk.org Signed-off-by: Kevin Traynor Acked-by: Liang Ma --- diff --git a/drivers/event/opdl/opdl_test.c b/drivers/event/opdl/opdl_test.c index 5868ec1bea..e7a32fbd31 100644 --- a/drivers/event/opdl/opdl_test.c +++ b/drivers/event/opdl/opdl_test.c @@ -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];