aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-11 16:29:51 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-11 16:29:51 +0000
commita4b062b9c29d38c7a4122665fb2e5155af33f739 (patch)
treeeff95eaa95a40f3b00b5b5b741007f8498711912
parent05279ca1a8a76f6213965f9ed86bbe920979abf3 (diff)
downloadfetchmail-a4b062b9c29d38c7a4122665fb2e5155af33f739.tar.gz
fetchmail-a4b062b9c29d38c7a4122665fb2e5155af33f739.tar.bz2
fetchmail-a4b062b9c29d38c7a4122665fb2e5155af33f739.zip
Renove unnecessary union type.
svn path=/trunk/; revision=311
-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