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.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/or/main.c b/src/or/main.c
index 9f4084b18..ff0e686f6 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -1333,8 +1333,6 @@ extern uint64_t buf_total_used;
extern uint64_t buf_total_alloc;
extern uint64_t rephist_total_alloc;
extern uint32_t rephist_total_num;
-// xxxx0124 remove
-void dump_distinct_digests_xx(int severity);
/**
* Write current memory usage information to the log.
@@ -1438,7 +1436,7 @@ dumpstats(int severity)
rep_hist_dump_stats(now,severity);
rend_service_dump_stats(severity);
dump_pk_ops(severity);
- dump_distinct_digests_xx(severity);
+ dump_distinct_digest_count(severity);
}
/** Called by exit() as we shut down the process.