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

Commit 77f8dff

Browse files
committed
prototype cleanup
1 parent 08029fa commit 77f8dff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/backend/parser/parser.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
*
88
* IDENTIFICATION
9-
* $Header: /cvsroot/pgsql/src/backend/parser/parser.c,v 1.9 1996/11/10 03:01:30 momjian Exp $
9+
* $Header: /cvsroot/pgsql/src/backend/parser/parser.c,v 1.10 1996/11/10 03:30:46 momjian Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -119,7 +119,6 @@ fixupsets(Query *parse)
119119
define_sets(parse);
120120
}
121121

122-
#ifdef SETS_FIXED
123122
/* Recursively find all of the Consts in the parsetree. Some of
124123
* these may represent a set. The value of the Const will be the
125124
* query (a string) which defines the set. Call SetDefine to define

0 commit comments

Comments
 (0)