diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-30 23:42:21 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-10-01 00:09:00 -0500 |
commit | 31008317620c26ec9925592e1f867ef03a1125c4 (patch) | |
tree | 262608b8310ed4d9f3999547f8504db58ceb4b2e /src/app/main/main.c | |
parent | a77b2e984e0781215a03c205c69441b30749ed9b (diff) | |
download | tor-31008317620c26ec9925592e1f867ef03a1125c4.tar.gz tor-31008317620c26ec9925592e1f867ef03a1125c4.zip |
Remove dump_distinct_digest_count()
It was disabled-by-default for ages, and it no longer compiles. I
think it's safe to call it obsolete.
Diffstat (limited to 'src/app/main/main.c')
-rw-r--r-- | src/app/main/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app/main/main.c b/src/app/main/main.c index 2e3efadc08..ae87add67d 100644 --- a/src/app/main/main.c +++ b/src/app/main/main.c @@ -424,7 +424,6 @@ dumpstats(int severity) rep_hist_dump_stats(now,severity); rend_service_dump_stats(severity); - dump_distinct_digest_count(severity); } /** Called by exit() as we shut down the process. |