summaryrefslogtreecommitdiff
path: root/src/include/executor/nodeSetOp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/executor/nodeSetOp.h')
-rw-r--r--src/include/executor/nodeSetOp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/executor/nodeSetOp.h b/src/include/executor/nodeSetOp.h
index af859771838..c15f9450468 100644
--- a/src/include/executor/nodeSetOp.h
+++ b/src/include/executor/nodeSetOp.h
@@ -17,7 +17,6 @@
#include "nodes/execnodes.h"
extern SetOpState *ExecInitSetOp(SetOp *node, EState *estate, int eflags);
-extern TupleTableSlot *ExecSetOp(SetOpState *node);
extern void ExecEndSetOp(SetOpState *node);
extern void ExecReScanSetOp(SetOpState *node);