aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-03-13 08:02:25 -0400
committerNick Mathewson <nickm@torproject.org>2017-03-13 08:02:25 -0400
commit8587f663ee5f8f4af4fbbd5542116eb22ed1814e (patch)
treeaba0556279a87564ef55c22ce55dbcb32983adfb /src/or/dirserv.c
parent118d7018d07ebc6324e8b7220002465479b0cbf3 (diff)
downloadtor-8587f663ee5f8f4af4fbbd5542116eb22ed1814e.tar.gz
tor-8587f663ee5f8f4af4fbbd5542116eb22ed1814e.zip
Remove DIR_SPOOL_CACHED_DIR: Nothing uses it.
Diffstat (limited to 'src/or/dirserv.c')
-rw-r--r--src/or/dirserv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c
index f01668adcb..74617ffc26 100644
--- a/src/or/dirserv.c
+++ b/src/or/dirserv.c
@@ -3754,8 +3754,6 @@ connection_dirserv_flushed_some(dir_connection_t *conn)
return connection_dirserv_add_servers_to_outbuf(conn);
case DIR_SPOOL_MICRODESC:
return connection_dirserv_add_microdescs_to_outbuf(conn);
- case DIR_SPOOL_CACHED_DIR:
- return connection_dirserv_add_dir_bytes_to_outbuf(conn);
case DIR_SPOOL_NETWORKSTATUS:
return connection_dirserv_add_networkstatus_bytes_to_outbuf(conn);
case DIR_SPOOL_NONE: