removed unused conversions;
authorwenzelm
Sat, 15 May 2010 18:15:50 +0200
changeset 36939 897ee863885d
parent 36938 278029c8a462
child 36942 524a3172db5b
removed unused conversions;
src/HOL/Multivariate_Analysis/normarith.ML
--- a/src/HOL/Multivariate_Analysis/normarith.ML	Sat May 15 18:12:58 2010 +0200
+++ b/src/HOL/Multivariate_Analysis/normarith.ML	Sat May 15 18:15:50 2010 +0200
@@ -169,17 +169,6 @@
  in fconv_rule (arg_conv ((rewr_conv @{thm ge_iff_diff_ge_0}) then_conv arg_conv (Numeral_Simprocs.field_comp_conv then_conv real_poly_conv)))
 end;
 
- fun absc cv ct = case term_of ct of
- Abs (v,_, _) =>
-  let val (x,t) = Thm.dest_abs (SOME v) ct
-  in Thm.abstract_rule ((fst o dest_Free o term_of) x) x (cv t)
-  end
- | _ => all_conv ct;
-
-fun sub_conv cv ct = (comb_conv cv else_conv absc cv) ct;
-fun botc1 conv ct =
-  ((sub_conv (botc1 conv)) then_conv (conv else_conv all_conv)) ct;
-
  val apply_pth1 = rewr_conv @{thm pth_1};
  val apply_pth2 = rewr_conv @{thm pth_2};
  val apply_pth3 = rewr_conv @{thm pth_3};