aboutsummaryrefslogtreecommitdiff
path: root/src/include/parser/parse_query.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/parser/parse_query.h')
-rw-r--r--src/include/parser/parse_query.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/include/parser/parse_query.h b/src/include/parser/parse_query.h
index d87556707a1..dc6f16dbc47 100644
--- a/src/include/parser/parse_query.h
+++ b/src/include/parser/parse_query.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: parse_query.h,v 1.8 1997/08/19 21:39:37 momjian Exp $
+ * $Id: parse_query.h,v 1.9 1997/08/20 14:54:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -58,11 +58,6 @@ extern void handleTargetColname(ParseState *pstate, char **resname,
* analyze.c
*/
-#if 0
-extern List *p_rtable;
-extern int NumLevels;
-#endif
-
Oid exprType(Node *expr);
QueryTreeList *parse_analyze(List *querytree_list);