|  | @@ -2139,8 +2139,6 @@ typedef struct routerstatus_t {
 | 
	
		
			
				|  |  |                                       * choice as an entry guard. */
 | 
	
		
			
				|  |  |    unsigned int is_bad_exit:1; /**< True iff this node is a bad choice for
 | 
	
		
			
				|  |  |                                 * an exit node. */
 | 
	
		
			
				|  |  | -  unsigned int is_bad_directory:1; /**< Do we think this directory is junky,
 | 
	
		
			
				|  |  | -                                    * underpowered, or otherwise useless? */
 | 
	
		
			
				|  |  |    unsigned int is_hs_dir:1; /**< True iff this router is a v2-or-later hidden
 | 
	
		
			
				|  |  |                               * service directory. */
 | 
	
		
			
				|  |  |    /** True iff we know version info for this router. (i.e., a "v" entry was
 | 
	
	
		
			
				|  | @@ -2300,8 +2298,6 @@ typedef struct node_t {
 | 
	
		
			
				|  |  |    unsigned int is_exit:1; /**< Do we think this is an OK exit? */
 | 
	
		
			
				|  |  |    unsigned int is_bad_exit:1; /**< Do we think this exit is censored, borked,
 | 
	
		
			
				|  |  |                                 * or otherwise nasty? */
 | 
	
		
			
				|  |  | -  unsigned int is_bad_directory:1; /**< Do we think this directory is junky,
 | 
	
		
			
				|  |  | -                                    * underpowered, or otherwise useless? */
 | 
	
		
			
				|  |  |    unsigned int is_hs_dir:1; /**< True iff this router is a hidden service
 | 
	
		
			
				|  |  |                               * directory according to the authorities. */
 | 
	
		
			
				|  |  |  
 |