Skip to content

Commit 815036f

Browse files
committed
lint
Signed-off-by: yaacov <kobi.zamir@gmail.com>
1 parent 02e0216 commit 815036f

File tree

2 files changed

+154
-169
lines changed

2 files changed

+154
-169
lines changed

v6/pkg/parser/tsl_parser.y

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ comparison_expr:
132132
ast_node *in_expr = ast_create_binary(K_IN, $1, $4);
133133
$$ = ast_create_unary(K_NOT, in_expr);
134134
}
135-
| K_NOT comparison_expr { $$ = ast_create_unary(K_NOT, $2); }
136135
;
137136

138137
additive_expr:

0 commit comments

Comments
 (0)