aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-25 22:08:00 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-25 22:08:00 +0000
commite79ca91c1884398d2ba205026d168be375e74788 (patch)
treed507ba994a831716139ee01374f99c53febabbd3
parent8bca2d91acaffcbbc747b93d347e10616c40b8fc (diff)
downloadgnunet-e79ca91c1884398d2ba205026d168be375e74788.tar.gz
gnunet-e79ca91c1884398d2ba205026d168be375e74788.zip
fix
-rw-r--r--src/transport/transport-testing.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/transport/transport-testing.c b/src/transport/transport-testing.c
index 2c2838127..a4eba609d 100644
--- a/src/transport/transport-testing.c
+++ b/src/transport/transport-testing.c
@@ -29,23 +29,6 @@
29 29
30#define VERBOSE GNUNET_YES 30#define VERBOSE GNUNET_YES
31 31
32static struct PeerContext *
33find_peer_context_by_pc ( struct GNUNET_TRANSPORT_TESTING_handle *tth,
34 struct PeerContext *p)
35{
36 GNUNET_assert (tth != NULL);
37 struct PeerContext * t = tth->p_head;
38
39 while (t != NULL)
40 {
41 if (p == t)
42 break;
43 t = t->next;
44 }
45
46 return t;
47}
48
49 32
50static struct PeerContext * 33static struct PeerContext *
51find_peer_context ( struct GNUNET_TRANSPORT_TESTING_handle *tth, 34find_peer_context ( struct GNUNET_TRANSPORT_TESTING_handle *tth,