diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-03-05 02:40:58 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-03-05 02:40:58 +0000 |
commit | 52713788b4dfafd7c07733f037e64bf2fec14ea1 (patch) | |
tree | ce508592312f80d17c759974d680e319c19ee60b /src/or/router.c | |
parent | 92f62b36846e3c82f5521fa17f7a4f5afde827af (diff) | |
download | tor-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/router.c')
-rw-r--r-- | src/or/router.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/or/router.c b/src/or/router.c index 98123f889b..b666cfe671 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, |