aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rps/test_rps.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rps/test_rps.c b/src/rps/test_rps.c
index 0740d01df..63a6007ae 100644
--- a/src/rps/test_rps.c
+++ b/src/rps/test_rps.c
@@ -2806,8 +2806,6 @@ run (void *cls,
2806 timeout = GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 2806 timeout = GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS,
2807 (timeout_s * 1.2) + 0.1 * num_peers); 2807 (timeout_s * 1.2) + 0.1 * num_peers);
2808 shutdown_task = GNUNET_SCHEDULER_add_delayed (timeout, &shutdown_op, NULL); 2808 shutdown_task = GNUNET_SCHEDULER_add_delayed (timeout, &shutdown_op, NULL);
2809 shutdown_task = GNUNET_SCHEDULER_add_shutdown (shutdown_op, NULL);
2810
2811} 2809}
2812 2810
2813 2811