src/HOL/cladata.ML
changeset 18529 540da2415751
parent 18522 9bdfb6eaf8ab
child 18708 4b3dadb4fe33
--- a/src/HOL/cladata.ML	Sat Dec 31 21:49:35 2005 +0100
+++ b/src/HOL/cladata.ML	Sat Dec 31 21:49:36 2005 +0100
@@ -36,18 +36,9 @@
     (List.nth (Thm.prems_of thm, i - 1)) then hyp_subst_tac i thm else no_tac thm;
 
 
-
-(*** Applying Make_Elim_Fun to create a classical "make_elim" rule ***)
-structure Make_Elim = Make_Elim_Fun (val cla_dist_concl = thm "cla_dist_concl");
-
-(*we don't redeclare the original make_elim (Tactic.make_elim) for 
-  compatibliity with strange things done in many existing proofs *)
-val cla_make_elim = Make_Elim.make_elim;
-
 (*** Applying ClassicalFun to create a classical prover ***)
 structure Classical_Data = 
   struct
-  val make_elim = cla_make_elim
   val mp        = mp
   val not_elim  = notE
   val classical = classical