src/HOL/Auth/TLS.ML
changeset 6915 4ab8e31a8421
parent 6308 76f3865a2b1d
child 7057 b9ddbb925939
--- a/src/HOL/Auth/TLS.ML	Thu Jul 08 13:37:40 1999 +0200
+++ b/src/HOL/Auth/TLS.ML	Thu Jul 08 13:38:41 1999 +0200
@@ -176,14 +176,10 @@
 fun analz_induct_tac i = 
     etac tls.induct i   THEN
     ClientKeyExch_tac  (i+6)  THEN	(*ClientKeyExch*)
-    ALLGOALS (asm_simp_tac 
-              (simpset() addcongs [if_weak_cong]
-                         addsimps split_ifs @ pushes))  THEN
+    ALLGOALS (asm_simp_tac (simpset() addsimps split_ifs @ pushes))  THEN
     (*Remove instances of pubK B:  the Spy already knows all public keys.
       Combining the two simplifier calls makes them run extremely slowly.*)
-    ALLGOALS (asm_simp_tac 
-              (simpset() addcongs [if_weak_cong]
-			 addsimps [insert_absorb]));
+    ALLGOALS (asm_simp_tac (simpset() addsimps [insert_absorb]));
 
 
 (*** Properties of items found in Notes ***)