src/Pure/codegen.ML
changeset 33001 82382652e5e7
parent 32970 fbd2bb2489a8
child 33037 b22e44496dc2
--- a/src/Pure/codegen.ML	Mon Oct 19 16:45:52 2009 +0200
+++ b/src/Pure/codegen.ML	Mon Oct 19 16:47:21 2009 +0200
@@ -500,8 +500,6 @@
   let
     val axmss = map (fn thy' => (Context.theory_name thy', Theory.axiom_table thy'))
       (thy :: Theory.ancestors_of thy);
-    fun prep_def def = (case preprocess thy [def] of
-      [def'] => prop_of def' | _ => error "mk_deftab: bad preprocessor");
     fun add_def thyname (name, t) = (case dest_prim_def t of
         NONE => I
       | SOME (s, (T, _)) => Symtab.map_default (s, [])