app/test-acl: remove unused variable
authorBruce Richardson <bruce.richardson@intel.com>
Wed, 18 Jun 2014 20:33:05 +0000 (21:33 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 18 Jun 2014 22:57:50 +0000 (00:57 +0200)
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
app/test/test_table_acl.c

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