Skip to content

Commit fb39796

Browse files
committed
fix unused precedence
1 parent 71df3f3 commit fb39796

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jsquery_gram.y

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ makeItemList(List *list) {
230230
%left AND_P
231231
%right NOT_P
232232
%nonassoc IN_P IS_P
233-
%left '(' ')'
234233
%nonassoc XXX
235234

236235
/* Grammar follows */

0 commit comments

Comments
 (0)