Skip to content

Commit 0d1d1c0

Browse files
committed
1 parent 71259fa commit 0d1d1c0

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/main/jjtree/net/sf/jsqlparser/parser/JSqlParserCC.jjt

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1539,19 +1539,6 @@ First First():
15391539
}
15401540

15411541

1542-
Expression MandatoryExpression() #Expression :
1543-
{
1544-
Expression retval = null;
1545-
}
1546-
{
1547-
(
1548-
LOOKAHEAD(3) retval=OrExpression() | "(" retval=MandatoryExpression() ")" {retval = new Parenthesis(retval); }
1549-
)
1550-
1551-
{ return retval; }
1552-
}
1553-
1554-
15551542
Expression Expression() #Expression :
15561543
{
15571544
Expression retval = null;

0 commit comments

Comments
 (0)