summaryrefslogtreecommitdiff
path: root/src/util/network.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-04-21 15:16:45 +0000
committerChristian Grothoff <christian@grothoff.org>2012-04-21 15:16:45 +0000
commita5ca53b73e643a0e62ded4ac9595bff38d08cb0b (patch)
treeeaf74f5b38c35e1530f9d49946db01a13cce3217 /src/util/network.c
parent90c9abc573f95de334a1f61faa089e79046d2f11 (diff)
downloadgnunet-a5ca53b73e643a0e62ded4ac9595bff38d08cb0b.tar.gz
gnunet-a5ca53b73e643a0e62ded4ac9595bff38d08cb0b.zip
-misc offline hacking / code cleanup in util
Diffstat (limited to 'src/util/network.c')
-rw-r--r--src/util/network.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/util/network.c b/src/util/network.c
index d398d6f11..54abcaba1 100644
--- a/src/util/network.c
+++ b/src/util/network.c
@@ -1024,9 +1024,6 @@ GNUNET_NETWORK_fdset_overlap (const struct GNUNET_NETWORK_FDSet *fds1,
1024 if (GNUNET_CONTAINER_slist_contains 1024 if (GNUNET_CONTAINER_slist_contains
1025 (fds2->handles, h, sizeof (struct GNUNET_DISK_FileHandle))) 1025 (fds2->handles, h, sizeof (struct GNUNET_DISK_FileHandle)))
1026 { 1026 {
1027#if DEBUG_NETWORK
1028 LOG (GNUNET_ERROR_TYPE_DEBUG, "Match!\n");
1029#endif
1030 return GNUNET_YES; 1027 return GNUNET_YES;
1031 } 1028 }
1032 GNUNET_CONTAINER_slist_next (&it); 1029 GNUNET_CONTAINER_slist_next (&it);