aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/main.c')
-rw-r--r--src/or/main.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/or/main.c b/src/or/main.c
index a970e3580..959c41b64 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -1202,16 +1202,6 @@ run_scheduled_events(time_t now)
*/
consider_hibernation(now);
-#if 0
- {
- static time_t nl_check_time = 0;
- if (nl_check_time <= now) {
- nodelist_assert_ok();
- nl_check_time = now + 30;
- }
- }
-#endif
-
/* 0b. If we've deferred a signewnym, make sure it gets handled
* eventually. */
if (signewnym_is_pending &&