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 a52fa678dfe..fe3f043951b 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 void ExecEndValuesScan(ValuesScanState *node);
extern void ExecReScanValuesScan(ValuesScanState *node);
#endif /* NODEVALUESSCAN_H */