Skip to content

Commit

Permalink
Removing unused commentary
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Dec 9, 2019
1 parent d7ba78b commit 0f66d80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Kernel/Context.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -1674,7 +1674,6 @@ Context >> runUntilErrorOrReturnFrom: aSender [
context := aSender insertSender: (Context
contextOn: Error, Halt do: [:ex |
error ifNil: [
"this is ugly but it fixes the side-effects of not sending an Unhandled error on Halt"
error := ex.
topContext := thisContext.
ex resumeUnchecked: here jump ]
Expand Down

0 comments on commit 0f66d80

Please sign in to comment.