diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-17 17:20:42 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-17 17:20:42 +0000 |
commit | f43bcdc063b486516187715bb0205e3c154497db (patch) | |
tree | 8157de32e728e85a663bd0e46ed06920c6488b38 /src/or/or.h | |
parent | fc5e686b197b350b0e5eab7e7f355a226125d834 (diff) | |
download | tor-f43bcdc063b486516187715bb0205e3c154497db.tar.gz tor-f43bcdc063b486516187715bb0205e3c154497db.zip |
Use ctags and a python script to find identifiers that are never used anywhere, and remove the ones that we really want gone.
svn:r17651
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/or/or.h b/src/or/or.h index fafdad433f..3a777ed81e 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1539,9 +1539,6 @@ typedef struct networkstatus_v2_t { /** What was the digest of the document? */ char networkstatus_digest[DIGEST_LEN]; - unsigned int is_recent; /**< Is this recent enough to influence running - * status? */ - /* These fields come from the actual network-status document.*/ time_t published_on; /**< Declared publication date. */ @@ -2382,7 +2379,6 @@ typedef struct { * node families */ config_line_t *RedirectExit; /**< List of config lines for simple * addr/port redirection */ - smartlist_t *RedirectExitList; /**< List of exit_redirect_t */ config_line_t *AuthDirBadDir; /**< Address policy for descriptors to * mark as bad dir mirrors. */ config_line_t *AuthDirBadExit; /**< Address policy for descriptors to @@ -2448,8 +2444,6 @@ typedef struct { * means directly from the authorities) no matter our other config? */ int FetchDirInfoEarly; - smartlist_t *reachable_addr_policy; /**< Parsed from ReachableAddresses */ - char *VirtualAddrNetwork; /**< Address and mask to hand out for virtual * MAPADDRESS requests. */ int ServerDNSSearchDomains; /**< Boolean: If set, we don't force exit |