summaryrefslogtreecommitdiff
path: root/src/include/executor/nodeSamplescan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/executor/nodeSamplescan.h')
-rw-r--r--src/include/executor/nodeSamplescan.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/executor/nodeSamplescan.h b/src/include/executor/nodeSamplescan.h
index ed06e77e4ee..607bbd94125 100644
--- a/src/include/executor/nodeSamplescan.h
+++ b/src/include/executor/nodeSamplescan.h
@@ -17,7 +17,6 @@
#include "nodes/execnodes.h"
extern SampleScanState *ExecInitSampleScan(SampleScan *node, EState *estate, int eflags);
-extern TupleTableSlot *ExecSampleScan(SampleScanState *node);
extern void ExecEndSampleScan(SampleScanState *node);
extern void ExecReScanSampleScan(SampleScanState *node);