summaryrefslogtreecommitdiff
path: root/src/include/executor/nodeWindowAgg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/executor/nodeWindowAgg.h')
-rw-r--r--src/include/executor/nodeWindowAgg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/executor/nodeWindowAgg.h b/src/include/executor/nodeWindowAgg.h
index db1ad60677a..1c177309ae6 100644
--- a/src/include/executor/nodeWindowAgg.h
+++ b/src/include/executor/nodeWindowAgg.h
@@ -17,7 +17,6 @@
#include "nodes/execnodes.h"
extern WindowAggState *ExecInitWindowAgg(WindowAgg *node, EState *estate, int eflags);
-extern TupleTableSlot *ExecWindowAgg(WindowAggState *node);
extern void ExecEndWindowAgg(WindowAggState *node);
extern void ExecReScanWindowAgg(WindowAggState *node);