diff options
Diffstat (limited to 'src/include/executor/nodeSort.h')
-rw-r--r-- | src/include/executor/nodeSort.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/executor/nodeSort.h b/src/include/executor/nodeSort.h index 1d2b7130b32..ed0e9dbb53e 100644 --- a/src/include/executor/nodeSort.h +++ b/src/include/executor/nodeSort.h @@ -17,7 +17,6 @@ #include "nodes/execnodes.h" extern SortState *ExecInitSort(Sort *node, EState *estate, int eflags); -extern TupleTableSlot *ExecSort(SortState *node); extern void ExecEndSort(SortState *node); extern void ExecSortMarkPos(SortState *node); extern void ExecSortRestrPos(SortState *node); |