Skip to content

Commit bcccd76

Browse files
committed
remove unused clause
1 parent cd7aa38 commit bcccd76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/ml/translcore.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ let translate_unified_ops (prim : Primitive.description) (env : Env.t)
6161
match specialization with
6262
| {int}
6363
when is_base_type env lhs_type Predef.path_int
64-
|| is_base_type env lhs_type Predef.path_char
6564
|| maybe_pointer_type env lhs_type = Immediate ->
6665
Some int
6766
| {float = Some float} when is_base_type env lhs_type Predef.path_float ->

0 commit comments

Comments
 (0)