GDBTransientObject.st
changeset 106 12c96f17fc53
parent 91 472a4841a8b6
child 259 651864c2aa29
--- a/GDBTransientObject.st	Sun Feb 04 21:18:15 2018 +0000
+++ b/GDBTransientObject.st	Sun Feb 04 23:37:35 2018 +0000
@@ -67,19 +67,6 @@
     "Modified: / 27-02-2015 / 17:22:54 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-!GDBTransientObject methodsFor:'private'!
-
-ensureIsValid
-    self isValid ifTrue:[
-        (GDBInvalidObject newException)
-            parameter:self;
-            messageText:'Invalid object (thread resumed)';
-            raise.
-    ].
-
-    "Created: / 07-09-2014 / 23:08:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-! !
-
 !GDBTransientObject methodsFor:'testing'!
 
 isValid