diff options
Diffstat (limited to 'src/include/executor/executor.h')
-rw-r--r-- | src/include/executor/executor.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/include/executor/executor.h b/src/include/executor/executor.h index d9bce44a03f..43c1eb53cfc 100644 --- a/src/include/executor/executor.h +++ b/src/include/executor/executor.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: executor.h,v 1.33 1999/05/25 16:13:53 momjian Exp $ + * $Id: executor.h,v 1.34 1999/06/17 15:15:53 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -89,12 +89,6 @@ extern void ExecutorEnd(QueryDesc *queryDesc, EState *estate); extern void ExecConstraints(char *caller, Relation rel, HeapTuple tuple, EState *estate); -#ifdef QUERY_LIMIT -extern int ExecutorLimit(int limit); -extern int ExecutorGetLimit(void); - -#endif - /* * prototypes from functions in execProcnode.c */ |