src/Pure/Thy/thy_info.ML
changeset 24314 665b3ab2dabe
parent 24307 434c9fbc1787
child 24563 f2edc70f8962
--- a/src/Pure/Thy/thy_info.ML	Fri Aug 17 23:10:45 2007 +0200
+++ b/src/Pure/Thy/thy_info.ML	Fri Aug 17 23:10:46 2007 +0200
@@ -30,7 +30,6 @@
   val get_parents: string -> string list
   val pretty_theory: theory -> Pretty.T
   val touch_child_thys: string -> unit
-  val touch_all_thys: unit -> unit
   val load_file: bool -> Path.T -> unit
   val use: string -> unit
   val time_use: string -> unit
@@ -254,8 +253,6 @@
 fun touch_thy name = touch_thys [name];
 fun touch_child_thys name = touch_thys (thy_graph Graph.imm_succs name);
 
-fun touch_all_thys () = List.app outdate_thy (get_names ());
-
 end;