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/feature/dirparse/routerparse.h | |
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/feature/dirparse/routerparse.h')
-rw-r--r-- | src/feature/dirparse/routerparse.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/feature/dirparse/routerparse.h b/src/feature/dirparse/routerparse.h index e6ab751fa8..7b514afbba 100644 --- a/src/feature/dirparse/routerparse.h +++ b/src/feature/dirparse/routerparse.h @@ -47,7 +47,6 @@ MOCK_DECL(addr_policy_t *, router_parse_addr_policy_item_from_string, (const char *s, int assume_action, int *malformed_list)); void assert_addr_policy_ok(smartlist_t *t); -void dump_distinct_digest_count(int severity); int compare_vote_routerstatus_entries(const void **_a, const void **_b); int networkstatus_verify_bw_weights(networkstatus_t *ns, int); |