diff --git a/src/ocaml/typing/typedecl.ml b/src/ocaml/typing/typedecl.ml index 197934819..0610c6507 100644 --- a/src/ocaml/typing/typedecl.ml +++ b/src/ocaml/typing/typedecl.ml @@ -1935,7 +1935,6 @@ let explain_unbound_gen ppf tv tl typ kwd pr = ".@ @[In %s@ %a@;<1 -2>the variable %a is unbound@]" kwd (Style.as_inline_code pr) ti (Style.as_inline_code Out_type.prepared_type_expr) tv - (* kwd pr ti Printtyp.prepared_type_expr tv *) with Not_found -> () let explain_unbound ppf tv tl typ kwd lab =