die
authorChristian Grothoff <christian@grothoff.org>
Mon, 27 Jul 2009 17:31:43 +0000 (17:31 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 27 Jul 2009 17:31:43 +0000 (17:31 +0000)
src/testing/testing.c

index bc73c6aafd037933095235042f928fe74bfcb831..59801534036ecae2b28d10cb3a18aff5dae7ab73 100644 (file)
@@ -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);
-}