diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2009-05-24 02:42:37 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2009-05-24 02:42:37 +0200 |
commit | f26abf5f540e446db18d146cffaeb23c84ea50ce (patch) | |
tree | f460f4a3ffa8019df4762a4640ff22146cbb16dc /src/or/dns.c | |
parent | 75f963e9517ba8702fe1ed1d470e28b0462fb3d2 (diff) | |
download | tor-f26abf5f540e446db18d146cffaeb23c84ea50ce.tar.gz tor-f26abf5f540e446db18d146cffaeb23c84ea50ce.zip |
fix codestyle issues
Diffstat (limited to 'src/or/dns.c')
-rw-r--r-- | src/or/dns.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/dns.c b/src/or/dns.c index 88d08a8ffe..af056e8de3 100644 --- a/src/or/dns.c +++ b/src/or/dns.c @@ -1636,7 +1636,6 @@ dump_dns_mem_usage(int severity) (unsigned)hash_mem); } - #ifdef DEBUG_DNS_CACHE /** Exit with an assertion if the DNS cache is corrupt. */ static void |