From b3a69074933492080629d45b1c890606aa2bd08a Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sat, 15 Feb 2014 15:33:34 -0500 Subject: Remove a bunch of functions that were never called. --- src/or/router.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/or/router.h') diff --git a/src/or/router.h b/src/or/router.h index 1ee0577c8c..74b673fbe5 100644 --- a/src/or/router.h +++ b/src/or/router.h @@ -91,7 +91,6 @@ int router_digest_is_me(const char *digest); const uint8_t *router_get_my_id_digest(void); int router_extrainfo_digest_is_me(const char *digest); int router_is_me(const routerinfo_t *router); -int router_fingerprint_is_me(const char *fp); int router_pick_published_address(const or_options_t *options, uint32_t *addr); int router_rebuild_descriptor(int force); char *router_dump_router_to_string(routerinfo_t *router, -- cgit v1.2.3-54-g00ecf