diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-11 16:29:51 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-11 16:29:51 +0000 |
commit | a4b062b9c29d38c7a4122665fb2e5155af33f739 (patch) | |
tree | eff95eaa95a40f3b00b5b5b741007f8498711912 | |
parent | 05279ca1a8a76f6213965f9ed86bbe920979abf3 (diff) | |
download | fetchmail-a4b062b9c29d38c7a4122665fb2e5155af33f739.tar.gz fetchmail-a4b062b9c29d38c7a4122665fb2e5155af33f739.tar.bz2 fetchmail-a4b062b9c29d38c7a4122665fb2e5155af33f739.zip |
Renove unnecessary union type.
svn path=/trunk/; revision=311
-rw-r--r-- | rcfile_y.y | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |