src/Tools/Code/code_preproc.ML
changeset 40167 e44d04716920
parent 39604 f17fb9ccb836
child 40176 d88c47ca4557
--- a/src/Tools/Code/code_preproc.ML	Tue Oct 26 11:20:14 2010 +0200
+++ b/src/Tools/Code/code_preproc.ML	Tue Oct 26 12:15:55 2010 +0200
@@ -480,7 +480,6 @@
     val consts = fold_aterms
       (fn Const (c, _) => insert (op =) c | _ => I) t' [];
     val (algebra', eqngr') = obtain false thy consts [t'];
-    val result = evaluator algebra' eqngr' vs' t';
   in
     evaluator algebra' eqngr' vs' t'
     |> postproc (postprocess_term thy o resubst)