Skip to content

Commit

Permalink
remove unused clause
Browse files Browse the repository at this point in the history
  • Loading branch information
cometkim committed Nov 5, 2024
1 parent e6477e5 commit d744f24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/ml/translcore.ml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ let translate_unified_ops (prim : Primitive.description) (env : Env.t)
match specialization with
| {int}
when is_base_type env lhs_type Predef.path_int
|| is_base_type env lhs_type Predef.path_char
|| maybe_pointer_type env lhs_type = Immediate ->
Some int
| {float = Some float} when is_base_type env lhs_type Predef.path_float ->
Expand Down

0 comments on commit d744f24

Please sign in to comment.