]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/matitaMisc.ml
Use of standard OCaml syntax
[helm.git] / matita / matita / matitaMisc.ml
index e773fc977c6efb27a6328ab6c5d368377b72ff63..df124751f1fe6e21480fb45a133ecaa0e2c8a79f 100644 (file)
@@ -154,13 +154,6 @@ let list_tl_at ?(equality=(==)) e l =
   in
   aux l
 
-let shutup () = 
-  HLog.set_log_callback (fun _ _ -> ())
-(*
-  let out = open_out "/dev/null" in
-  Unix.dup2 (Unix.descr_of_out_channel out) (Unix.descr_of_out_channel stderr)
-*)
-              
 (* FG: out_preamble *********************************************************)
 
 let out_comment och s =