enlèvement trace

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4580 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Maxence Guesdon 2002-04-02 18:12:50 +00:00
parent 2f8e47d24f
commit 7e3504e7c4
1 changed files with 0 additions and 1 deletions

View File

@ -811,7 +811,6 @@ module Analyser =
Typedtree.Tclass_fun (pat, ident_exp_list, tt_class_expr2, partial)) ->
(* we check that this is not an optional parameter with
a default value. In this case, we look for the good parameter pattern *)
prerr_endline ("label="^label);
let (parameter, next_tt_class_exp) =
match pat.Typedtree.pat_desc with
Typedtree.Tpat_var ident when Name.from_ident ident = "*opt*" ->