summaryrefslogtreecommitdiff
path: root/src/feature/dirparse/routerparse.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-09-30 23:45:17 -0500
committerNick Mathewson <nickm@torproject.org>2018-10-01 00:09:00 -0500
commitaff5bf5464172bbbe549e147ebd4ba809a8b252c (patch)
treee8c4c035c2c8affaae0d2e53009858967efe5b6d /src/feature/dirparse/routerparse.h
parent31008317620c26ec9925592e1f867ef03a1125c4 (diff)
downloadtor-aff5bf5464172bbbe549e147ebd4ba809a8b252c.tar.gz
tor-aff5bf5464172bbbe549e147ebd4ba809a8b252c.zip
Remove addr_policy_assert_ok() as unused
Diffstat (limited to 'src/feature/dirparse/routerparse.h')
-rw-r--r--src/feature/dirparse/routerparse.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/feature/dirparse/routerparse.h b/src/feature/dirparse/routerparse.h
index 7b514afbba..f90ad08a99 100644
--- a/src/feature/dirparse/routerparse.h
+++ b/src/feature/dirparse/routerparse.h
@@ -46,8 +46,6 @@ extrainfo_t *extrainfo_parse_entry_from_string(const char *s, const char *end,
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);
-
int compare_vote_routerstatus_entries(const void **_a, const void **_b);
int networkstatus_verify_bw_weights(networkstatus_t *ns, int);
networkstatus_t *networkstatus_parse_vote_from_string(const char *s,