From b01d7153896dfd81a3b32f552d39ab1705c9fa09 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 27 Jul 2009 17:31:43 +0000 Subject: [PATCH] die --- src/testing/testing.c | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/testing/testing.c b/src/testing/testing.c index bc73c6aaf..598015340 100644 --- a/src/testing/testing.c +++ b/src/testing/testing.c @@ -116,19 +116,4 @@ void GNUNET_TESTING_daemons_connect (struct GNUNET_TESTING_Daemon *d1, } - - - /* end of testing.c */ - -{ - va_list va; - - va_start (va, hostname); - GNUNET_TESTING_daemons_start_va (sched, cfg, - total, service_home_prefix, - transports, applications, - cb, cb_cls, cbe, cbe_cls, hostname, - va); - va_end (va); -} -- 2.25.1