Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 220b261

Browse files
committed
Remove some unused node symbols
1 parent 784def9 commit 220b261

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/include/nodes/nodes.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: nodes.h,v 1.92 2001/07/16 19:07:40 momjian Exp $
10+
* $Id: nodes.h,v 1.93 2001/07/16 19:12:58 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -164,7 +164,6 @@ typedef enum NodeTag
164164
T_RemoveAggrStmt,
165165
T_RemoveFuncStmt,
166166
T_RemoveOperStmt,
167-
T_RemoveStmt_XXX, /* not used anymore; tag# available */
168167
T_RenameStmt,
169168
T_RuleStmt,
170169
T_NotifyStmt,
@@ -221,7 +220,6 @@ typedef enum NodeTag
221220
T_BooleanTest,
222221
T_CaseExpr,
223222
T_CaseWhen,
224-
T_RowMarkXXX, /* not used anymore; tag# available */
225223
T_FkConstraint,
226224
T_PrivGrantee,
227225

0 commit comments

Comments
 (0)