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

Commit 91250f3

Browse files
committed
Remove duplicate extern declaration.
1 parent 2d5dd75 commit 91250f3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/include/executor/nodeGroup.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: nodeGroup.h,v 1.13 2000/01/26 05:58:05 momjian Exp $
10+
* $Id: nodeGroup.h,v 1.14 2000/01/26 23:48:05 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -22,7 +22,4 @@ extern int ExecCountSlotsGroup(Group *node);
2222
extern void ExecEndGroup(Group *node);
2323
extern void ExecReScanGroup(Group *node, ExprContext *exprCtxt, Plan *parent);
2424

25-
extern void ExecReScanGroup(Group *node, ExprContext *exprCtxt, Plan *parent);
26-
27-
2825
#endif /* NODEGROUP_H */

0 commit comments

Comments
 (0)