diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-05-26 12:57:23 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-05-26 12:57:23 +0000 |
commit | 278bbf4572996e4097eac0c0d169dea1616ad0b6 (patch) | |
tree | 240f44ee8338d26ad0ff7ce8d8e9733a0e3880df /src/include/parser/parse_clause.h | |
parent | 180186272ac16c74d2a822fee3878e576f265d08 (diff) | |
download | postgresql-278bbf4572996e4097eac0c0d169dea1616ad0b6.tar.gz postgresql-278bbf4572996e4097eac0c0d169dea1616ad0b6.zip |
Make functions static or NOT_USED as appropriate.
Diffstat (limited to 'src/include/parser/parse_clause.h')
-rw-r--r-- | src/include/parser/parse_clause.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/parser/parse_clause.h b/src/include/parser/parse_clause.h index 65d886494ce..82cac2e233e 100644 --- a/src/include/parser/parse_clause.h +++ b/src/include/parser/parse_clause.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: parse_clause.h,v 1.8 1999/02/23 08:05:27 thomas Exp $ + * $Id: parse_clause.h,v 1.9 1999/05/26 12:56:41 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -26,6 +26,4 @@ extern List *transformGroupClause(ParseState *pstate, List *grouplist, extern List *transformSortClause(ParseState *pstate, List *orderlist, List *sortClause, List *targetlist, char *uniqueFlag); -extern List *transformUnionClause(List *unionClause, List *targetlist); - #endif /* PARSE_CLAUSE_H */ |