aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor/nodeTee.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/executor/nodeTee.h')
-rw-r--r--src/include/executor/nodeTee.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/executor/nodeTee.h b/src/include/executor/nodeTee.h
index 349c091e6a4..797b3cbad0e 100644
--- a/src/include/executor/nodeTee.h
+++ b/src/include/executor/nodeTee.h
@@ -5,7 +5,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeTee.h,v 1.6 1998/09/01 04:36:09 momjian Exp $
+ * $Id: nodeTee.h,v 1.7 1998/10/08 18:30:31 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -19,7 +19,6 @@
extern TupleTableSlot *ExecTee(Tee *node, Plan *parent);
extern bool ExecInitTee(Tee *node, EState *estate, Plan *parent);
-extern void ExecTeeReScan(Tee *node, ExprContext *exprCtxt, Plan *parent);
extern void ExecEndTee(Tee *node, Plan *parent);
extern int ExecCountSlotsTee(Tee *node);