Skip to content

Commit 2c73f45

Browse files
authored
Merge pull request #108 from guillep/cleanup
Move extension to base package
2 parents aadf589 + 009f67f commit 2c73f45

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/Sindarin/DebugSession.extension.st

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,3 @@ DebugSession >> stepToFirstInterestingBytecodeWithJumpIn: aProcess [
2323

2424
^ aProcess stepToSendOrReturnOrJump
2525
]
26-
27-
{ #category : '*Sindarin' }
28-
DebugSession >> suspendedContext: aContext [
29-
30-
interruptedContext := aContext
31-
]

0 commit comments

Comments
 (0)