aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerparse.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-02-15 15:33:34 -0500
committerNick Mathewson <nickm@torproject.org>2014-02-15 15:33:34 -0500
commitb3a69074933492080629d45b1c890606aa2bd08a (patch)
tree53f4929f0c1e19ed7ff9022ac194defe8ce78f25 /src/or/routerparse.h
parent67749475f56532235602e0c8d1a9a59a68d816c3 (diff)
downloadtor-b3a69074933492080629d45b1c890606aa2bd08a.tar
tor-b3a69074933492080629d45b1c890606aa2bd08a.tar.gz
Remove a bunch of functions that were never called.
Diffstat (limited to 'src/or/routerparse.h')
-rw-r--r--src/or/routerparse.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/routerparse.h b/src/or/routerparse.h
index 177217dc3..7aaee1fcd 100644
--- a/src/or/routerparse.h
+++ b/src/or/routerparse.h
@@ -51,7 +51,6 @@ void sort_version_list(smartlist_t *lst, int remove_duplicates);
void assert_addr_policy_ok(smartlist_t *t);
void dump_distinct_digest_count(int severity);
-int compare_routerstatus_entries(const void **_a, const void **_b);
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,