--- a/src/HOL/Tools/Sledgehammer/metis_tactics.ML Fri Sep 03 13:54:39 2010 +0200
+++ b/src/HOL/Tools/Sledgehammer/metis_tactics.ML Fri Sep 03 14:20:47 2010 +0200
@@ -798,7 +798,6 @@
val thy = ProofContext.theory_of ctxt
val _ = trace_msg (fn () =>
"Metis called with theorems " ^ cat_lines (map (Display.string_of_thm ctxt) ths))
-val timer = Timer.startRealTimer () (*###*)
in
if exists_type type_has_top_sort (prop_of st0) then
(warning ("Metis: Proof state contains the universal sort {}"); Seq.empty)
@@ -807,9 +806,6 @@
(maps neg_clausify)
(fn cls => resolve_tac (FOL_SOLVE mode ctxt cls ths) 1)
ctxt i st0
-|> tap (fn _ => priority (" METIS " ^
-cat_lines (map (Display.string_of_thm ctxt) ths) ^
-string_of_int (Time.toMilliseconds (Timer.checkRealTimer timer)) ^ " ms")) (*###*)
end
val metis_tac = generic_metis_tac HO