[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] branch master updated: remove dead code
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] branch master updated: remove dead code |
Date: |
Fri, 27 Jan 2017 13:00:22 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new 540fb161c remove dead code
540fb161c is described below
commit 540fb161c15284e010028b7b299724c3e2bcc9b4
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Jan 27 13:00:19 2017 +0100
remove dead code
---
src/util/test_container_dll.c | 5 +----
1 file changed, 1 insertion(+), 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,
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;
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [gnunet] branch master updated: remove dead code,
gnunet <=