unused;
authorwenzelm
Thu, 04 Aug 2022 17:08:35 +0200
changeset 75757 6f5fc43a3e45
parent 75756 195f4289f905
child 75758 5ad049a5f6a8
unused;
src/Pure/Thy/export.scala
--- a/src/Pure/Thy/export.scala	Thu Aug 04 14:48:05 2022 +0200
+++ b/src/Pure/Thy/export.scala	Thu Aug 04 17:08:35 2022 +0200
@@ -256,14 +256,6 @@
   /* abstract provider */
 
   object Provider {
-    val none: Provider =
-      new Provider {
-        override def theory_names: List[String] = Nil
-        override def apply(export_name: String): Option[Entry] = None
-        override def focus(other_theory: String): Provider = this
-        override def toString: String = "none"
-      }
-
     private def database_provider(
         db: SQL.Database,
         cache: XML.Cache,