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/router.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/or/router.c') diff --git a/src/or/router.c b/src/or/router.c index 98123f889..b666cfe67 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -1224,9 +1224,6 @@ router_dump_router_to_string(char *s, size_t maxlen, routerinfo_t *router, "bandwidth %d %d %d\n" "onion-key\n%s" "signing-key\n%s" -#ifndef USE_EVENTDNS - "opt eventdns 0\n" -#endif "%s%s%s", router->nickname, router->address, -- cgit v1.2.3