aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.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/router.c
parent92f62b36846e3c82f5521fa17f7a4f5afde827af (diff)
downloadtor-52713788b4dfafd7c07733f037e64bf2fec14ea1.tar
tor-52713788b4dfafd7c07733f037e64bf2fec14ea1.tar.gz
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/router.c')
-rw-r--r--src/or/router.c3
1 files changed, 0 insertions, 3 deletions
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,