[dpdk-dev] [PATCH v2] __mempool_get_bulk: remove useless variable

2014-10-10 Thread Thomas Monjalon
2014-10-09 15:02, Keith Wiles: > Remove n_orig variable as it is not required. > > Signed-off-by: Keith Wiles Acked and applied Thanks -- Thomas

[dpdk-dev] [PATCH v2] __mempool_get_bulk: remove useless variable

2014-10-09 Thread Keith Wiles
Remove n_orig variable as it is not required. Signed-off-by: Keith Wiles --- lib/librte_mempool/rte_mempool.h | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/lib/librte_mempool/rte_mempool.h b/lib/librte_mempool/rte_mempool.h index 95f19f9..c602cbc 100644 ---