aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirserv.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/dirserv.h
parent5dfec9f8335d0fa954ff5423a41e3e249547fd8d (diff)
downloadtor-c35fad2bdef47f2063ccc989cac99b154e2ee36e.tar
tor-c35fad2bdef47f2063ccc989cac99b154e2ee36e.tar.gz
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/dirserv.h')
-rw-r--r--src/or/dirserv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/dirserv.h b/src/or/dirserv.h
index 8508c938a..5fd607740 100644
--- a/src/or/dirserv.h
+++ b/src/or/dirserv.h
@@ -87,8 +87,6 @@ void directory_set_dirty(void);
cached_dir_t *dirserv_get_directory(void);
cached_dir_t *dirserv_get_runningrouters(void);
cached_dir_t *dirserv_get_consensus(const char *flavor_name);
-void dirserv_set_cached_directory(const char *directory, time_t when,
- int is_running_routers);
void dirserv_set_cached_networkstatus_v2(const char *directory,
const char *identity,
time_t published);