[dpdk-dev] [PATCH 2/4] test app: remove unused variable definition

Bruce Richardson bruce.richardson at intel.com
Wed Jun 18 22:33:05 CEST 2014


Remove an unused variable definition in test_table_acl.c

Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
---
 app/test/test_table_acl.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app/test/test_table_acl.c b/app/test/test_table_acl.c
index afc234a..ad0e6f1 100644
--- a/app/test/test_table_acl.c
+++ b/app/test/test_table_acl.c
@@ -42,8 +42,6 @@
 	(((c) & 0xff) << 8) |						\
 	((d) & 0xff))
 
-static const char cb_port_delim[] = ":";
-
 /*
  * Rule and trace formats definitions.
  **/
-- 
1.9.3



More information about the dev mailing list