HHH-14214 Remove unnecessary rule for token type SQL_NODE

This commit is contained in:
Christian Beikov 2020-09-14 17:44:14 +02:00
parent 5410e6350b
commit 555299abf1
1 changed files with 0 additions and 1 deletions

View File

@ -265,7 +265,6 @@ selectExpr
| arithmeticExpr
| selectBooleanExpr[false]
| parameter
| sn:SQL_NODE { out(sn); }
| { out("("); } selectStatement { out(")"); }
;