summaryrefslogtreecommitdiff
path: root/src/or/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/main.c')
-rw-r--r--src/or/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/or/main.c b/src/or/main.c
index 4a2e9cc085..9ffcbf9d15 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -372,7 +372,6 @@ void directory_has_arrived(time_t now) {
}
}
-
/** Perform regular maintenance tasks for a single connection. This
* function gets run once per second per connection by run_housekeeping.
*/
@@ -595,7 +594,6 @@ static void run_scheduled_events(time_t now) {
*/
connection_ap_expire_beginning();
-
/** 3c. And expire connections that we've held open for too long.
*/
connection_expire_held_open();
@@ -990,7 +988,6 @@ void handle_signals(int is_parent)
#endif /* signal stuff */
}
-
/** Main entry point for the Tor command-line client.
*/
static int tor_init(int argc, char *argv[]) {