]> granicus.if.org Git - postgresql/commitdiff
Remove some unused node symbols
authorBruce Momjian <bruce@momjian.us>
Mon, 16 Jul 2001 19:12:58 +0000 (19:12 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 16 Jul 2001 19:12:58 +0000 (19:12 +0000)
src/include/nodes/nodes.h

index 044cb5470b90e6424e8bc32e148e5a8e99824b92..eee8bb4f50a914424b2cab37f363179126845ee9 100644 (file)
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodes.h,v 1.92 2001/07/16 19:07:40 momjian Exp $
+ * $Id: nodes.h,v 1.93 2001/07/16 19:12:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -164,7 +164,6 @@ typedef enum NodeTag
        T_RemoveAggrStmt,
        T_RemoveFuncStmt,
        T_RemoveOperStmt,
-       T_RemoveStmt_XXX,                       /* not used anymore; tag# available */
        T_RenameStmt,
        T_RuleStmt,
        T_NotifyStmt,
@@ -221,7 +220,6 @@ typedef enum NodeTag
        T_BooleanTest,
        T_CaseExpr,
        T_CaseWhen,
-       T_RowMarkXXX,                           /* not used anymore; tag# available */
        T_FkConstraint,
        T_PrivGrantee,