Skip to content

Commit

Permalink
Remove wrong method
Browse files Browse the repository at this point in the history
  • Loading branch information
dionisiydk committed May 14, 2021
1 parent b88e7f8 commit b89da8d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/AST-Core/RBParser.class.st
Expand Up @@ -185,11 +185,6 @@ RBParser >> basicParsePragma [
ifFalse: [ self parseBinaryPragma ] ]
]

{ #category : #initialization }
RBParser >> beFaulty [
errorBlock := self class errorNodeBlock
]

{ #category : #'private-classes' }
RBParser >> blockNodeClass [
^ RBBlockNode
Expand Down

0 comments on commit b89da8d

Please sign in to comment.