aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerparse.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-09-18 15:30:27 -0400
committerNick Mathewson <nickm@torproject.org>2012-09-18 15:30:27 -0400
commitc35fad2bdef47f2063ccc989cac99b154e2ee36e (patch)
treeb263a0512114239c6615d79914ba1379b3482327 /src/or/routerparse.h
parent5dfec9f8335d0fa954ff5423a41e3e249547fd8d (diff)
downloadtor-c35fad2bdef47f2063ccc989cac99b154e2ee36e.tar.gz
tor-c35fad2bdef47f2063ccc989cac99b154e2ee36e.zip
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
Diffstat (limited to 'src/or/routerparse.h')
-rw-r--r--src/or/routerparse.h2
1 files changed, 0 insertions, 2 deletions
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,