Skip to content

Commit

Permalink
Removed unused rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed Nov 20, 2024
1 parent b9d3917 commit 83b43d0
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 171 deletions.
9 changes: 0 additions & 9 deletions third_party/libpg_query/grammar/statements/pgq.y
Original file line number Diff line number Diff line change
Expand Up @@ -329,15 +329,6 @@ GraphTableStmt:
}
;

ColumnSpec:
target_el { $$ = list_make2(makeInteger(PG_COLUMNSPEC_EXPR), $1); }
;
ColumnList:
ColumnSpec { $$ = list_make1($1); }
|
ColumnList ',' ColumnSpec { $$ = lappend($1, $3); }
;

KeepOptional:
KEEP PathPrefix { $$ = $2; }
|
Expand Down
2 changes: 0 additions & 2 deletions third_party/libpg_query/grammar/types/pgq.yh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
%type <list> QualifiednameOptionalAs
%type <list> PropertiesSpec
%type <list> PropertiesClause
%type <list> ColumnSpec
%type <list> ColumnList
%type <node> GraphTableWhereOptional
%type <node> KeepOptional
%type <ival> GroupOrGroupsOptional
Expand Down
Loading

0 comments on commit 83b43d0

Please sign in to comment.