diff options
Diffstat (limited to 'readconf.h')
-rw-r--r-- | readconf.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/readconf.h b/readconf.h index ca4a042ad..23fc500da 100644 --- a/readconf.h +++ b/readconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: readconf.h,v 1.96 2013/08/20 00:11:38 djm Exp $ */ | 1 | /* $OpenBSD: readconf.h,v 1.95 2013/05/16 04:27:50 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -138,8 +138,6 @@ typedef struct { | |||
138 | 138 | ||
139 | int request_tty; | 139 | int request_tty; |
140 | 140 | ||
141 | int proxy_use_fdpass; | ||
142 | |||
143 | char *ignored_unknown; /* Pattern list of unknown tokens to ignore */ | 141 | char *ignored_unknown; /* Pattern list of unknown tokens to ignore */ |
144 | } Options; | 142 | } Options; |
145 | 143 | ||