Remove no-longer-needed inclusion of bootstrap_tokens.h, per patch
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 4 Nov 2002 14:22:32 +0000 (14:22 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 4 Nov 2002 14:22:32 +0000 (14:22 +0000)
from Andreas.

src/backend/bootstrap/bootscanner.l

index 7e5a269775ddab95f9e43446207ad3748d8e1270..f0c1027c88c66892999a56915976d22d6bff2997 100644 (file)
@@ -9,7 +9,7 @@
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/bootstrap/bootscanner.l,v 1.26 2002/11/01 22:52:33 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/bootstrap/bootscanner.l,v 1.27 2002/11/04 14:22:32 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
 #include "utils/nabstime.h"
 #include "utils/rel.h"
 
-#include "bootstrap_tokens.h"
+/* Not needed now that this file is compiled as part of bootparse. */
+/* #include "bootstrap_tokens.h" */
 
 
-YYSTYPE yylval;
 int            yyline;  /* keep track of the line number for error reporting */
 
 %}