aboutsummaryrefslogtreecommitdiff
path: root/src/core/mainloop
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-02-19 12:27:49 -0500
committerNick Mathewson <nickm@torproject.org>2020-02-19 12:27:49 -0500
commitf739aa79620ad47051c4fd5f7e576899da7e80b5 (patch)
tree7a398e6193bb706a8603669410477c277c0988bf /src/core/mainloop
parent51b470dbc84786f656c8d1f26eb4ff84cc588d00 (diff)
downloadtor-f739aa79620ad47051c4fd5f7e576899da7e80b5.tar.gz
tor-f739aa79620ad47051c4fd5f7e576899da7e80b5.zip
Remove assert_all_pending_dns_resolves_ok().
It hasn't been used since 2009.
Diffstat (limited to 'src/core/mainloop')
-rw-r--r--src/core/mainloop/mainloop.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/mainloop/mainloop.c b/src/core/mainloop/mainloop.c
index 260de181e5..e4e17f6b76 100644
--- a/src/core/mainloop/mainloop.c
+++ b/src/core/mainloop/mainloop.c
@@ -966,7 +966,6 @@ conn_close_if_marked(int i)
return 0; /* nothing to see here, move along */
now = time(NULL);
assert_connection_ok(conn, now);
- /* assert_all_pending_dns_resolves_ok(); */
log_debug(LD_NET,"Cleaning up connection (fd "TOR_SOCKET_T_FORMAT").",
conn->s);