Skip to content

Commit f79f58d

Browse files
committed
1 parent b5b11b9 commit f79f58d

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

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

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2150,22 +2150,6 @@ Expression Condition():
21502150
{ return not?new NotExpression(result):result; }
21512151
}
21522152

2153-
Expression LightCondition():
2154-
{
2155-
Expression result;
2156-
Token token;
2157-
boolean not = false;
2158-
}
2159-
{
2160-
[ <K_NOT> { not = true; }]
2161-
(
2162-
LOOKAHEAD(RegularCondition()) result=RegularCondition()
2163-
| result=SimpleExpression()
2164-
)
2165-
2166-
{ return not?new NotExpression(result):result; }
2167-
}
2168-
21692153
Expression RegularCondition() #RegularCondition:
21702154
{
21712155
Expression result = null;

0 commit comments

Comments
 (0)