event/opdl: remove commented out code

Some variables are commented out. Remove them.

Fixes: d548ef513c ("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>
This commit is contained in:
Kevin Traynor 2019-11-06 19:02:02 +00:00 committed by Thomas Monjalon
parent 021a812e88
commit 5a4374e14c

View 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];