Re: [dpdk-dev] [PATCH 8/9] event/opdl: remove commented out code

2019-10-03 Thread Liang, Ma
On 01 Oct 14:04, Kevin Traynor wrote: > Some variables are commented out. Remove them. > > Fixes: d548ef513cd7 ("event/opdl: add unit tests") > Cc: liang.j...@intel.com > Cc: sta...@dpdk.org > > Signed-off-by: Kevin Traynor > --- > drivers/event/opdl/opdl_test.c | 3 --- > 1 file changed, 3 del

[dpdk-dev] [PATCH 8/9] event/opdl: remove commented out code

2019-10-01 Thread Kevin Traynor
Some variables are commented out. Remove them. Fixes: d548ef513cd7 ("event/opdl: add unit tests") Cc: liang.j...@intel.com Cc: sta...@dpdk.org Signed-off-by: Kevin Traynor --- drivers/event/opdl/opdl_test.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/event/opdl/opdl_test.c b/d