src/Pure/ProofGeneral/proof_general_pgip.ML
changeset 37981 9a15982f41fe
parent 37977 3ceccd415145
child 38228 ada3ab6b9085
--- a/src/Pure/ProofGeneral/proof_general_pgip.ML	Tue Jul 27 22:42:53 2010 +0200
+++ b/src/Pure/ProofGeneral/proof_general_pgip.ML	Tue Jul 27 23:01:42 2010 +0200
@@ -200,8 +200,6 @@
 fun trace_action action name =
   if action = Thy_Info.Update then
     List.app (tell_file_loaded true) (Thy_Info.loaded_files name)
-  else if action = Thy_Info.Outdate then
-    List.app (tell_file_outdated true) (Thy_Info.loaded_files name)
   else if action = Thy_Info.Remove then
       List.app (tell_file_retracted true) (Thy_Info.loaded_files name)
   else ()