summaryrefslogtreecommitdiffstats
path: root/bytecomp/translcore.ml
diff options
context:
space:
mode:
Diffstat (limited to 'bytecomp/translcore.ml')
-rw-r--r--bytecomp/translcore.ml3
1 files changed, 0 insertions, 3 deletions
diff --git a/bytecomp/translcore.ml b/bytecomp/translcore.ml
index f034c6492..8490f33b4 100644
--- a/bytecomp/translcore.ml
+++ b/bytecomp/translcore.ml
@@ -833,9 +833,6 @@ and transl_exp0 e =
cl_loc = e.exp_loc;
cl_type = Cty_signature cty;
cl_env = e.exp_env }
- | Texp_poly (exp, _ )
- | Texp_newtype (_, exp)
- -> transl_exp exp
and transl_list expr_list =
List.map transl_exp expr_list