Skip to content
Snippets Groups Projects
Commit 91250f38 authored by Tom Lane's avatar Tom Lane
Browse files

Remove duplicate extern declaration.

parent 2d5dd755
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* $Id: nodeGroup.h,v 1.13 2000/01/26 05:58:05 momjian Exp $ * $Id: nodeGroup.h,v 1.14 2000/01/26 23:48:05 tgl Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -22,7 +22,4 @@ extern int ExecCountSlotsGroup(Group *node); ...@@ -22,7 +22,4 @@ extern int ExecCountSlotsGroup(Group *node);
extern void ExecEndGroup(Group *node); extern void ExecEndGroup(Group *node);
extern void ExecReScanGroup(Group *node, ExprContext *exprCtxt, Plan *parent); extern void ExecReScanGroup(Group *node, ExprContext *exprCtxt, Plan *parent);
extern void ExecReScanGroup(Group *node, ExprContext *exprCtxt, Plan *parent);
#endif /* NODEGROUP_H */ #endif /* NODEGROUP_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment