Deleted redundant setmp calls
authorpaulson
Tue, 18 Dec 2007 17:37:25 +0100
changeset 25693 31232fe5a6ad
parent 25692 eda4958ab0d2
child 25694 cbb59ba6bf0c
Deleted redundant setmp calls
src/HOL/Tools/metis_tools.ML
--- a/src/HOL/Tools/metis_tools.ML	Tue Dec 18 16:26:46 2007 +0100
+++ b/src/HOL/Tools/metis_tools.ML	Tue Dec 18 17:37:25 2007 +0100
@@ -621,10 +621,7 @@
   val metisH_tac = metis_general_tac ResAtp.Hol;
 
   fun method mode = Method.thms_ctxt_args (fn ths => fn ctxt =>
-    Method.SIMPLE_METHOD'
-      (setmp ResHolClause.typ_level ResHolClause.T_CONST  (*constant-typed*)
-        (setmp ResHolClause.minimize_applies false        (*avoid this optimization*)
-          (CHANGED_PROP o metis_general_tac mode ctxt ths))));
+    Method.SIMPLE_METHOD' (CHANGED_PROP o metis_general_tac mode ctxt ths));
 
   val setup =
     type_lits_setup #>