From: Bruce Richardson Date: Wed, 18 Jun 2014 20:33:05 +0000 (+0100) Subject: app/test-acl: remove unused variable X-Git-Tag: spdx-start~10624 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=e956f019759fc70fe10a965a3536b5e143ed21c3;p=dpdk.git app/test-acl: remove unused variable Signed-off-by: Bruce Richardson Acked-by: Thomas Monjalon --- diff --git a/app/test/test_table_acl.c b/app/test/test_table_acl.c index afc234af3e..ad0e6f1410 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. **/