Skip to content

Commit

Permalink
fix reference to non existing ivar (missed removal of one method)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDenker committed Jun 22, 2020
1 parent 75b772f commit 241e66d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/OpalCompiler-Core/OCAbstractScope.class.st
Expand Up @@ -11,11 +11,6 @@ Class {
#category : #'OpalCompiler-Core-Semantics'
}

{ #category : #accessing }
OCAbstractScope >> children [
^children ifNil: [ children := OrderedCollection new ]
]

{ #category : #lookup }
OCAbstractScope >> hasBindingThatBeginsWith: aString [
"check weather there are any variables defined that start with aString"
Expand Down

0 comments on commit 241e66d

Please sign in to comment.