From e956f019759fc70fe10a965a3536b5e143ed21c3 Mon Sep 17 00:00:00 2001 From: Bruce Richardson Date: Wed, 18 Jun 2014 21:33:05 +0100 Subject: [PATCH] app/test-acl: remove unused variable Signed-off-by: Bruce Richardson Acked-by: Thomas Monjalon --- 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 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. **/ -- 2.20.1