aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirserv.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-02-23 23:03:24 -0500
committerNick Mathewson <nickm@torproject.org>2013-02-23 23:05:25 -0500
commit365e302f6153a99fc79b7bad8fafa1d61e839e55 (patch)
tree0531c91adde79e847808ed3768083c205967fe43 /src/or/dirserv.h
parent337e32f5b8f5f3b310da20bf0135f17d06efb3ab (diff)
downloadtor-365e302f6153a99fc79b7bad8fafa1d61e839e55.tar
tor-365e302f6153a99fc79b7bad8fafa1d61e839e55.tar.gz
Remove a bunch of unused macro definitions
Diffstat (limited to 'src/or/dirserv.h')
-rw-r--r--src/or/dirserv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/dirserv.h b/src/or/dirserv.h
index 0caf55f83..0f8cb4150 100644
--- a/src/or/dirserv.h
+++ b/src/or/dirserv.h
@@ -76,7 +76,6 @@ int directory_fetches_from_authorities(const or_options_t *options);
int directory_fetches_dir_info_early(const or_options_t *options);
int directory_fetches_dir_info_later(const or_options_t *options);
int directory_caches_v2_dir_info(const or_options_t *options);
-#define directory_caches_v1_dir_info(o) directory_caches_v2_dir_info(o)
int directory_caches_unknown_auth_certs(const or_options_t *options);
int directory_caches_dir_info(const or_options_t *options);
int directory_permits_begindir_requests(const or_options_t *options);