src/HOL/Tools/inductive.ML
changeset 67768 6411290b9d34
parent 67710 cc2db3239932
child 69593 3dda49e08b9d
--- a/src/HOL/Tools/inductive.ML	Sun Mar 04 20:09:09 2018 +0100
+++ b/src/HOL/Tools/inductive.ML	Tue Mar 06 14:41:05 2018 +0100
@@ -1194,7 +1194,6 @@
     val ps = map Free pnames;
 
     val (_, ctxt2) = lthy |> Variable.add_fixes (map (Binding.name_of o fst o fst) cnames_syn');
-    val _ = map (fn abbr => Local_Defs.fixed_abbrev abbr ctxt2) abbrevs;
     val ctxt3 = ctxt2 |> fold (snd oo Local_Defs.fixed_abbrev) abbrevs;
     val expand = Assumption.export_term ctxt3 lthy #> Proof_Context.cert_term lthy;