src/HOL/UNITY/Client.ML
changeset 8948 b797cfa3548d
parent 8311 6218522253e7
child 9403 aad13b59b8d9
--- a/src/HOL/UNITY/Client.ML	Wed May 24 18:19:04 2000 +0200
+++ b/src/HOL/UNITY/Client.ML	Wed May 24 18:40:01 2000 +0200
@@ -12,11 +12,6 @@
 Addsimps (map simp_of_act [rel_act_def, tok_act_def, ask_act_def]);
 
 
-fun invariant_tac i = 
-    rtac invariantI i  THEN
-    constrains_tac (i+1);
-
-
 (*Safety property 1: ask, rel are increasing*)
 Goal "Client: UNIV guarantees[funPair rel ask] \
 \             Increasing ask Int Increasing rel";