src/HOL/Tools/res_atp.ML
changeset 15682 09a7b8909c4d
parent 15679 28eb0fe50533
child 15697 681bcb7f0389
--- a/src/HOL/Tools/res_atp.ML	Thu Apr 07 18:35:21 2005 +0200
+++ b/src/HOL/Tools/res_atp.ML	Thu Apr 07 18:44:45 2005 +0200
@@ -8,8 +8,6 @@
 (*Jia: changed: isar_atp now processes entire proof context.  fetch thms from delta simpset/claset*)
 (*Claire: changed: added actual watcher calls *)
 
-val traceflag = ref true;
-
 signature RES_ATP = 
 sig
 val trace_res : bool ref
@@ -256,7 +254,7 @@
    
    in
 SELECT_GOAL
-  (EVERY1 [rtac ccontr,atomize_tac, tracify traceflag skolemize_tac, 
+  (EVERY1 [rtac ccontr,atomize_tac, skolemize_tac, 
   METAHYPS(fn negs => ((warning("calling  call_atp_tac_tfrees with negs"^(concat_with_and (map  string_of_thm negs) "")));call_atp_tac_tfrees (negs) n tfrees sg_term (childin, childout,pid) ))]) n
 end;