src/Pure/Isar/code.ML
changeset 74561 8e6c973003c8
parent 74282 c2ee8d993d6a
child 74978 1f30aa91f496
--- a/src/Pure/Isar/code.ML	Wed Oct 20 17:11:46 2021 +0200
+++ b/src/Pure/Isar/code.ML	Wed Oct 20 18:13:17 2021 +0200
@@ -401,7 +401,6 @@
 (
   type T = specs * (string * (data * Context.theory_id) option Synchronized.var);
   val empty = (empty_specs, make_dataref (Context.the_global_context ()));
-  val extend = I;
   fun merge ((specs1, dataref), (specs2, _)) =
     (merge_specs (specs1, specs2), dataref);
 );