git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dccdc7
)
app/test-acl: remove unused variable
author
Bruce Richardson
<bruce.richardson@intel.com>
Wed, 18 Jun 2014 20:33:05 +0000
(21:33 +0100)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/app/test/test_table_acl.c
b/app/test/test_table_acl.c
index
afc234a
..
ad0e6f1
100644
(file)
--- 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.
**/