From ba83afb38f3c6bce7a1196410f885142a03d05f8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julius=20B=C3=BCnger?= Date: Fri, 26 Dec 2014 00:02:02 +0000 Subject: [PATCH] removed unnecessary uncommented code --- src/rps/test_rps_multipeer.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/rps/test_rps_multipeer.c b/src/rps/test_rps_multipeer.c index 1b026383a..cb36411d2 100644 --- a/src/rps/test_rps_multipeer.c +++ b/src/rps/test_rps_multipeer.c @@ -132,15 +132,8 @@ rps_connect_complete_cb (void *cls, return; } peer->rps_handle = rps; - //sleep(50); GNUNET_RPS_request_peers(rps, 1, handle_reply, NULL); GNUNET_RPS_request_peers(rps, 1, handle_reply, NULL); - //sleep(10000); - //GNUNET_RPS_request_peers(rps, 1, handle_reply, NULL); - //sleep(10000); - //GNUNET_RPS_request_peers(rps, 1, handle_reply, NULL); - //sleep(10000); - //GNUNET_RPS_request_peers(rps, 1, handle_reply, NULL); } -- 2.25.1