RecursionLock.st
changeset 21191 3e3647a45a01
parent 20734 52db398ec2e0
child 21249 86c01ee5a76e
child 21492 9419c9476438
--- a/RecursionLock.st	Mon Dec 26 17:02:53 2016 +0100
+++ b/RecursionLock.st	Mon Dec 26 17:03:10 2016 +0100
@@ -183,7 +183,6 @@
     |wasBlocked|
 
     process ~~ Processor activeProcess ifTrue:[
-        "I have already got the lock"
         self error:'RecursionLock - signaling process doesn''t own the lock'.
     ].