Skip to content

Commit

Permalink
Merge pull request #7801 from MarcusDenker/remove-halt-visitEnglobing…
Browse files Browse the repository at this point in the history
…ErrorNode

remove-halt-visitEnglobingErrorNode
  • Loading branch information
MarcusDenker committed Nov 21, 2020
2 parents 601bb05 + c2a4909 commit 08f4d50
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions src/OpalCompiler-Core/OCASTSemanticAnalyzer.class.st
Expand Up @@ -185,11 +185,6 @@ OCASTSemanticAnalyzer >> visitBlockNode: aBlockNode [
scope := scope popScope.
]

{ #category : #visiting }
OCASTSemanticAnalyzer >> visitEnglobingErrorNode: anEnglobingError [
anEnglobingError content do: [ :each | self visitNode: each ]
]

{ #category : #visiting }
OCASTSemanticAnalyzer >> visitInlinedBlockNode: aBlockNode [

Expand Down
2 changes: 0 additions & 2 deletions src/Reflectivity-Tools/ErrorNodeStyler.class.st
Expand Up @@ -34,8 +34,6 @@ ErrorNodeStyler >> shouldStyleNode: aNode [
ErrorNodeStyler >> visitEnglobingErrorNode: anEnglobingNode [

| conf |
(anEnglobingNode isKindOf: RBUnreachableStatementErrorNode)
ifTrue: [ self haltOnce ].
conf := RubConfigurationChange new.
conf configurationBlock: [ :text |
| r |
Expand Down

0 comments on commit 08f4d50

Please sign in to comment.