src/HOL/Tools/ATP/watcher.ML
changeset 20762 a7a5157c5e75
parent 20416 f9cb300118ca
child 20871 da3a43cdbe8d
--- a/src/HOL/Tools/ATP/watcher.ML	Thu Sep 28 16:01:34 2006 +0200
+++ b/src/HOL/Tools/ATP/watcher.ML	Thu Sep 28 16:01:48 2006 +0200
@@ -371,10 +371,7 @@
 	 Output.debug ("In signal handler. outcome = \"" ^ outcome ^ 
 		       "\"\nprobfile = " ^ probfile ^
 		       "\nGoals being watched: "^  Int.toString (!goals_being_watched));
-	 if String.isPrefix "[" outcome (*indicates a proof reconstruction*)
-	 then (priority (Recon_Transfer.apply_res_thm outcome);
-	       decr_watched())
-	 else if String.isPrefix "Invalid" outcome
+	 if String.isPrefix "Invalid" outcome
 	 then (report ("Subgoal is not provable:\n" ^ text);
 	       decr_watched())
 	 else if String.isPrefix "Failure" outcome