diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-11-02 15:11:16 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-11-13 16:24:45 -0500 |
commit | 65a6489e5e52ff9b80e10e5fdea0cdd3e1097810 (patch) | |
tree | 15112292f3491a79108c17047e522bfe1962d4b5 /src/or/main.c | |
parent | 2bf8fb5ee3a62cb6c2f16d2f37f54213e092d4cc (diff) | |
download | tor-65a6489e5e52ff9b80e10e5fdea0cdd3e1097810.tar.gz tor-65a6489e5e52ff9b80e10e5fdea0cdd3e1097810.zip |
fix whitespace; remove dead code
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/main.c b/src/or/main.c index e0ea856e3c..d5d41124c9 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -1505,7 +1505,6 @@ run_scheduled_events(time_t now) /* 11b. check pending unconfigured managed proxies */ if (!net_is_disabled() && pt_proxies_configuration_pending()) pt_configure_remaining_proxies(); - } static int @@ -1891,7 +1890,6 @@ expire_old_ciruits_serverside_callback(time_t now, const or_options_t *options) return 11; } - static int check_dns_honesty_callback(time_t now, const or_options_t *options) { |