summaryrefslogtreecommitdiff
path: root/src/include/executor/nodeCustom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/executor/nodeCustom.h')
-rw-r--r--src/include/executor/nodeCustom.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/executor/nodeCustom.h b/src/include/executor/nodeCustom.h
index e81bcf7f21c..a1cc63ae1f3 100644
--- a/src/include/executor/nodeCustom.h
+++ b/src/include/executor/nodeCustom.h
@@ -21,7 +21,6 @@
*/
extern CustomScanState *ExecInitCustomScan(CustomScan *custom_scan,
EState *estate, int eflags);
-extern TupleTableSlot *ExecCustomScan(CustomScanState *node);
extern void ExecEndCustomScan(CustomScanState *node);
extern void ExecReScanCustomScan(CustomScanState *node);