aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c
index 5eaa0a12b..ecd6140a6 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -1546,8 +1546,6 @@ GNUNET_TESTING_daemon_restart (struct GNUNET_TESTING_Daemon *d,
1546 * @param timeout how long to wait for process for shutdown to complete 1546 * @param timeout how long to wait for process for shutdown to complete
1547 * @param cb function called once the daemon was stopped 1547 * @param cb function called once the daemon was stopped
1548 * @param cb_cls closure for cb 1548 * @param cb_cls closure for cb
1549 * @param delete_files GNUNET_YES to remove files, GNUNET_NO
1550 * to leave them
1551 * @param allow_restart GNUNET_YES to restart peer later (using this API) 1549 * @param allow_restart GNUNET_YES to restart peer later (using this API)
1552 * GNUNET_NO to kill off and clean up for good 1550 * GNUNET_NO to kill off and clean up for good
1553 */ 1551 */