remove dead code
authorChristian Grothoff <christian@grothoff.org>
Fri, 27 Jan 2017 12:00:19 +0000 (13:00 +0100)
committerChristian Grothoff <christian@grothoff.org>
Fri, 27 Jan 2017 12:00:19 +0000 (13:00 +0100)
src/util/test_container_dll.c

index 8ad08423a1b9b60086b01f6ebc5a180fa13c5fc3..a1954e8fa5e148863b021c918739acdb9a5fc93c 100644 (file)
@@ -71,11 +71,8 @@ cmp_elem (void *cls,
 int
 main (int argc, char **argv)
 {
-  unsigned int values2[] = {
-    4, 5, 8, 6, 9, 3, 7, 2, 6, 1, 0
-  };
   unsigned int values[] = {
-    1, 3, 2, 0
+    4, 5, 8, 6, 9, 3, 7, 2, 6, 1, 0
   };
   struct Element *head = NULL;
   struct Element *tail = NULL;