aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rcfile_y.y2
1 files changed, 0 insertions, 2 deletions
diff --git a/rcfile_y.y b/rcfile_y.y
index bb3e7bb9..baad9ac2 100644
--- a/rcfile_y.y
+++ b/rcfile_y.y
@@ -25,7 +25,6 @@ int yydebug; /* in case we didn't generate with -- debug */
%union {
int proto;
- int auth;
int flag;
char *sval;
}
@@ -33,7 +32,6 @@ int yydebug; /* in case we didn't generate with -- debug */
%token DEFAULTS SERVER PROTOCOL AUTHENTICATE KPOP KERBEROS
%token USERNAME PASSWORD FOLDER SMTPHOST MDA IS HERE THERE
%token <proto> PROTO
-%token <auth> AUTHTYPE
%token <sval> STRING
%token <flag> KEEP FLUSH FETCHALL REWRITE PORT SKIP