Removal of unused predicate isSpy
authorpaulson
Thu, 24 Oct 1996 10:30:43 +0200
changeset 2121 7e118eb32bdc
parent 2120 df91b1610c05
child 2122 cb302f6c9c06
Removal of unused predicate isSpy
src/HOL/Auth/Message.thy
--- a/src/HOL/Auth/Message.thy	Thu Oct 24 10:30:17 1996 +0200
+++ b/src/HOL/Auth/Message.thy	Thu Oct 24 10:30:43 1996 +0200
@@ -38,14 +38,6 @@
 datatype  (*We allow any number of friendly agents*)
   agent = Server | Friend nat | Spy
 
-consts  
-  isSpy :: agent => bool
-
-primrec isSpy agent
-  isSpy_Server  "isSpy Server  = False"
-  isSpy_Friend  "isSpy (Friend i) = False"
-  isSpy_Spy   "isSpy Spy = True"
-
 datatype  (*Messages are agent names, nonces, keys, pairs and encryptions*)
   msg = Agent agent
       | Nonce nat