diff options
Diffstat (limited to 'src/include/parser/parse_clause.h')
-rw-r--r-- | src/include/parser/parse_clause.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/parser/parse_clause.h b/src/include/parser/parse_clause.h index e86b0023922..2495c300348 100644 --- a/src/include/parser/parse_clause.h +++ b/src/include/parser/parse_clause.h @@ -51,7 +51,4 @@ extern List *addTargetToSortList(ParseState *pstate, TargetEntry *tle, extern Index assignSortGroupRef(TargetEntry *tle, List *tlist); extern bool targetIsInSortList(TargetEntry *tle, Oid sortop, List *sortList); -/* functions in parse_jsontable.c */ -extern ParseNamespaceItem *transformJsonTable(ParseState *pstate, JsonTable *jt); - #endif /* PARSE_CLAUSE_H */ |