diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-02-05 21:39:56 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-02-05 21:39:56 +0000 |
commit | 9c7eaa7a9ddde07ce0bdc9d471a3ca3d40e20caa (patch) | |
tree | abf644d4d0a474113786cf9dffa929f1536fc792 /src/or/or.h | |
parent | 7dc70c2405e02e121c445e9d9970534e3236562a (diff) | |
download | tor-9c7eaa7a9ddde07ce0bdc9d471a3ca3d40e20caa.tar.gz tor-9c7eaa7a9ddde07ce0bdc9d471a3ca3d40e20caa.zip |
r17918@catbus: nickm | 2008-02-05 16:39:17 -0500
Remove a few #if-0d items.
svn:r13392
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/or/or.h b/src/or/or.h index fe12779433..a82c44be45 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3814,11 +3814,6 @@ typedef struct trusted_dir_server_t { /** What kind of authority is this? (Bitfield.) */ authority_type_t type; -#if 0 - smartlist_t *v3_certs; /**< V3 key certificates for this authority */ - download_status_t cert_dl_status; /**< Status of downloading this server's - * latest certificate. */ -#endif download_status_t v2_ns_dl_status; /**< Status of downloading this server's * v2 network status. */ time_t addr_current_at; /**< When was the document that we derived the |