From 52713788b4dfafd7c07733f037e64bf2fec14ea1 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 5 Mar 2007 02:40:58 +0000 Subject: r12080@catbus: nickm | 2007-03-04 21:40:55 -0500 Remove dnsworkers and related code. there goes another 550 lines of code. svn:r9736 --- src/or/test.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/or/test.c') 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 -- cgit v1.2.3-54-g00ecf