From: Christian Grothoff Date: Fri, 27 Jan 2017 12:00:19 +0000 (+0100) Subject: remove dead code X-Git-Tag: taler-0.2.1~277^2~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=540fb161c15284e010028b7b299724c3e2bcc9b4;p=oweals%2Fgnunet.git remove dead code --- 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, 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;