summaryrefslogtreecommitdiff
path: root/src/include/executor/nodeValuesscan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/executor/nodeValuesscan.h')
-rw-r--r--src/include/executor/nodeValuesscan.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/executor/nodeValuesscan.h b/src/include/executor/nodeValuesscan.h
index c28bb1acce6..772a5e9705d 100644
--- a/src/include/executor/nodeValuesscan.h
+++ b/src/include/executor/nodeValuesscan.h
@@ -17,7 +17,6 @@
#include "nodes/execnodes.h"
extern ValuesScanState *ExecInitValuesScan(ValuesScan *node, EState *estate, int eflags);
-extern TupleTableSlot *ExecValuesScan(ValuesScanState *node);
extern void ExecEndValuesScan(ValuesScanState *node);
extern void ExecReScanValuesScan(ValuesScanState *node);