From f43bcdc063b486516187715bb0205e3c154497db Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 17 Dec 2008 17:20:42 +0000 Subject: 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 --- src/or/or.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/or/or.h') 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 -- cgit v1.2.3-54-g00ecf