src/Pure/context.ML
changeset 22148 3b99944136ef
parent 22131 fa8960e165a6
child 22149 7a8c2a556d28
--- a/src/Pure/context.ML	Sun Jan 21 16:43:46 2007 +0100
+++ b/src/Pure/context.ML	Sun Jan 21 16:43:47 2007 +0100
@@ -44,7 +44,6 @@
   val copy_thy: theory -> theory
   val checkpoint_thy: theory -> theory
   val finish_thy: theory -> theory
-  val is_finished_thy: theory -> bool
   val theory_data_of: theory -> string list
   val pre_pure_thy: theory
   val begin_thy: (theory -> Pretty.pp) -> string -> theory list -> theory
@@ -406,9 +405,6 @@
     val _ = List.app (fn r => r := thy'') rs;
   in thy'' end;
 
-fun is_finished_thy thy =
-  (check_thy thy; not (is_draft thy) andalso #version (history_of thy) = 0);
-
 
 (* theory data *)