From c35fad2bdef47f2063ccc989cac99b154e2ee36e Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 18 Sep 2012 15:30:27 -0400 Subject: Remove some deadcode for parsing v1 directories Fixes bug 6887. There are opportunities to remove more functions if authorities can stop serving dummy v1 directory documents --- src/or/routerparse.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/or/routerparse.h') diff --git a/src/or/routerparse.h b/src/or/routerparse.h index c6382a7f6b..63d9ee6b1f 100644 --- a/src/or/routerparse.h +++ b/src/or/routerparse.h @@ -31,8 +31,6 @@ int router_parse_list_from_string(const char **s, const char *eos, int is_extrainfo, int allow_annotations, const char *prepend_annotations); -int router_parse_runningrouters(const char *str); -int router_parse_directory(const char *str); routerinfo_t *router_parse_entry_from_string(const char *s, const char *end, int cache_copy, -- cgit v1.2.3-54-g00ecf