summaryrefslogtreecommitdiff
path: root/src/or/test.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-03-05 02:40:58 +0000
committerNick Mathewson <nickm@torproject.org>2007-03-05 02:40:58 +0000
commit52713788b4dfafd7c07733f037e64bf2fec14ea1 (patch)
treece508592312f80d17c759974d680e319c19ee60b /src/or/test.c
parent92f62b36846e3c82f5521fa17f7a4f5afde827af (diff)
downloadtor-52713788b4dfafd7c07733f037e64bf2fec14ea1.tar.gz
tor-52713788b4dfafd7c07733f037e64bf2fec14ea1.zip
r12080@catbus: nickm | 2007-03-04 21:40:55 -0500
Remove dnsworkers and related code. there goes another 550 lines of code. svn:r9736
Diffstat (limited to 'src/or/test.c')
-rw-r--r--src/or/test.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/or/test.c b/src/or/test.c
index 194d506433..ddb31188a2 100644
--- a/src/or/test.c
+++ b/src/or/test.c
@@ -1557,9 +1557,6 @@ test_dir_format(void)
strlcat(buf2, pk1_str, sizeof(buf2));
strlcat(buf2, "signing-key\n", sizeof(buf2));
strlcat(buf2, pk2_str, sizeof(buf2));
-#ifndef USE_EVENTDNS
- strlcat(buf2, "opt eventdns 0\n", sizeof(buf2));
-#endif
strlcat(buf2, bw_lines, sizeof(buf2));
strlcat(buf2, "router-signature\n", sizeof(buf2));
buf[strlen(buf2)] = '\0'; /* Don't compare the sig; it's never the same