diff --git a/src/Sindarin/DebugSession.extension.st b/src/Sindarin/DebugSession.extension.st index 53cfe74..29058ad 100644 --- a/src/Sindarin/DebugSession.extension.st +++ b/src/Sindarin/DebugSession.extension.st @@ -23,9 +23,3 @@ DebugSession >> stepToFirstInterestingBytecodeWithJumpIn: aProcess [ ^ aProcess stepToSendOrReturnOrJump ] - -{ #category : '*Sindarin' } -DebugSession >> suspendedContext: aContext [ - - interruptedContext := aContext -]