summaryrefslogtreecommitdiff
path: root/05/parse.b
diff options
context:
space:
mode:
Diffstat (limited to '05/parse.b')
-rw-r--r--05/parse.b1
1 files changed, 0 insertions, 1 deletions
diff --git a/05/parse.b b/05/parse.b
index 9cc0f39..18258ab 100644
--- a/05/parse.b
+++ b/05/parse.b
@@ -2775,7 +2775,6 @@ function parse_expression
if c == EXPRESSION_LT goto type_int
if c == EXPRESSION_GT goto type_int
if c == EXPRESSION_COMMA goto type_binary_right
- if c == EXPRESSION_EQ goto type_binary_left
if c == EXPRESSION_ASSIGN goto type_binary_left
if c == EXPRESSION_ASSIGN_ADD goto type_binary_left
if c == EXPRESSION_ASSIGN_SUB goto type_binary_left