aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_container_dll.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-27 13:00:19 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-27 13:00:19 +0100
commit540fb161c15284e010028b7b299724c3e2bcc9b4 (patch)
tree2212ef8553156b130a44b35f9453ad69357ee38e /src/util/test_container_dll.c
parentadf28e389d663529be51e41a96a867fe58f251c0 (diff)
downloadgnunet-540fb161c15284e010028b7b299724c3e2bcc9b4.tar.gz
gnunet-540fb161c15284e010028b7b299724c3e2bcc9b4.zip
remove dead code
Diffstat (limited to 'src/util/test_container_dll.c')
-rw-r--r--src/util/test_container_dll.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/util/test_container_dll.c b/src/util/test_container_dll.c
index 8ad08423a..a1954e8fa 100644
--- a/src/util/test_container_dll.c
+++ b/src/util/test_container_dll.c
@@ -71,11 +71,8 @@ cmp_elem (void *cls,
71int 71int
72main (int argc, char **argv) 72main (int argc, char **argv)
73{ 73{
74 unsigned int values2[] = {
75 4, 5, 8, 6, 9, 3, 7, 2, 6, 1, 0
76 };
77 unsigned int values[] = { 74 unsigned int values[] = {
78 1, 3, 2, 0 75 4, 5, 8, 6, 9, 3, 7, 2, 6, 1, 0
79 }; 76 };
80 struct Element *head = NULL; 77 struct Element *head = NULL;
81 struct Element *tail = NULL; 78 struct Element *tail = NULL;