From a4b062b9c29d38c7a4122665fb2e5155af33f739 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 11 Oct 1996 16:29:51 +0000 Subject: Renove unnecessary union type. svn path=/trunk/; revision=311 --- rcfile_y.y | 2 -- 1 file changed, 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 -%token AUTHTYPE %token STRING %token KEEP FLUSH FETCHALL REWRITE PORT SKIP -- cgit v1.2.3