summaryrefslogtreecommitdiff
path: root/src/or/main.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-11-02 15:11:16 -0500
committerNick Mathewson <nickm@torproject.org>2015-11-13 16:24:45 -0500
commit65a6489e5e52ff9b80e10e5fdea0cdd3e1097810 (patch)
tree15112292f3491a79108c17047e522bfe1962d4b5 /src/or/main.c
parent2bf8fb5ee3a62cb6c2f16d2f37f54213e092d4cc (diff)
downloadtor-65a6489e5e52ff9b80e10e5fdea0cdd3e1097810.tar.gz
tor-65a6489e5e52ff9b80e10e5fdea0cdd3e1097810.zip
fix whitespace; remove dead code
Diffstat (limited to 'src/or/main.c')
-rw-r--r--src/or/main.c2
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)
{