removed obsolete theorem_space;
authorwenzelm
Mon, 26 Feb 2007 20:14:47 +0100
changeset 22357 914b5a0b61be
parent 22356 fe054a72d9ce
child 22358 4d8a9e3a29f8
removed obsolete theorem_space;
src/Pure/pure_thy.ML
--- a/src/Pure/pure_thy.ML	Mon Feb 26 15:08:37 2007 +0100
+++ b/src/Pure/pure_thy.ML	Mon Feb 26 20:14:47 2007 +0100
@@ -50,7 +50,6 @@
   val select_thm: thmref -> thm list -> thm list
   val selections: string * thm list -> (thmref * thm) list
   val theorems_of: theory -> thm list NameSpace.table
-  val theorem_space: theory -> NameSpace.T
   val fact_index_of: theory -> FactIndex.T
   val valid_thms: theory -> thmref * thm list -> bool
   val thms_containing: theory -> FactIndex.spec -> (string * thm list) list
@@ -171,7 +170,6 @@
 val get_theorems_ref = TheoremsData.get;
 val get_theorems = ! o get_theorems_ref;
 val theorems_of = #theorems o get_theorems;
-val theorem_space = #1 o theorems_of;
 val fact_index_of = #index o get_theorems;