diff options
Diffstat (limited to 'src/include/executor/executor.h')
-rw-r--r-- | src/include/executor/executor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/executor/executor.h b/src/include/executor/executor.h index 482e8d382df..018b14ac843 100644 --- a/src/include/executor/executor.h +++ b/src/include/executor/executor.h @@ -148,7 +148,6 @@ extern Datum ExecGetJunkAttribute(TupleTableSlot *slot, AttrNumber attno, bool *isNull); extern TupleTableSlot *ExecFilterJunk(JunkFilter *junkfilter, TupleTableSlot *slot); -extern HeapTuple ExecRemoveJunk(JunkFilter *junkfilter, TupleTableSlot *slot); /* |