From 009f67f884c364b2a9438afab4b15674584f06f7 Mon Sep 17 00:00:00 2001 From: guillep Date: Fri, 17 Apr 2026 11:05:29 +0200 Subject: [PATCH] Move extension to base package --- src/Sindarin/DebugSession.extension.st | 6 ------ 1 file changed, 6 deletions(-) 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 -]