projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1d8bb7
)
die
author
Christian Grothoff
<christian@grothoff.org>
Mon, 27 Jul 2009 17:31:43 +0000
(17:31 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Mon, 27 Jul 2009 17:31:43 +0000
(17:31 +0000)
src/testing/testing.c
patch
|
blob
|
history
diff --git
a/src/testing/testing.c
b/src/testing/testing.c
index bc73c6aafd037933095235042f928fe74bfcb831..59801534036ecae2b28d10cb3a18aff5dae7ab73 100644
(file)
--- 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);
-}