diff options
Diffstat (limited to 'src/include/executor/nodeLimit.h')
-rw-r--r-- | src/include/executor/nodeLimit.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/executor/nodeLimit.h b/src/include/executor/nodeLimit.h index 7bb20d99786..db65b5524cd 100644 --- a/src/include/executor/nodeLimit.h +++ b/src/include/executor/nodeLimit.h @@ -17,7 +17,6 @@ #include "nodes/execnodes.h" extern LimitState *ExecInitLimit(Limit *node, EState *estate, int eflags); -extern TupleTableSlot *ExecLimit(LimitState *node); extern void ExecEndLimit(LimitState *node); extern void ExecReScanLimit(LimitState *node); |