src/Pure/Thy/export_theory.ML
changeset 74561 8e6c973003c8
parent 74264 04214caeb9ac
child 75763 8cf14d4ebec4
--- a/src/Pure/Thy/export_theory.ML	Wed Oct 20 17:11:46 2021 +0200
+++ b/src/Pure/Thy/export_theory.ML	Wed Oct 20 18:13:17 2021 +0200
@@ -22,7 +22,6 @@
 (
   type T = (theory -> Name_Space.T) Inttab.table;
   val empty = Inttab.empty;
-  val extend = I;
   val merge = Inttab.merge (K true);
 );