Deleted two needless theorems
authorpaulson
Mon, 27 Oct 1997 10:34:17 +0100
changeset 4006 84a5efc95dcf
parent 4005 8858c472691a
child 4007 1d6aed7ff375
Deleted two needless theorems
src/HOL/Auth/TLS.ML
--- a/src/HOL/Auth/TLS.ML	Sat Oct 25 14:43:55 1997 +0200
+++ b/src/HOL/Auth/TLS.ML	Mon Oct 27 10:34:17 1997 +0100
@@ -19,12 +19,6 @@
 
 open TLS;
 
-val if_distrib_parts = 
-    read_instantiate_sg (sign_of Message.thy) [("f", "parts")] if_distrib;
-
-val if_distrib_analz = 
-    read_instantiate_sg (sign_of Message.thy) [("f", "analz")] if_distrib;
-
 proof_timing:=true;
 HOL_quantifiers := false;