Skip to content

Commit

Permalink
Removes individual = for SBStBasicMethod
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeAtHPI committed Sep 21, 2023
1 parent 07fccfc commit f187729
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/Sandblocks-Smalltalk/SBStBasicMethod.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ SBStBasicMethod class >> selector: aSymbol arguments: aCollection class: aClass
body: aBlock asSandblock
]

{ #category : #comparing }
SBStBasicMethod >> = anotherSBStBasicMethod [

^ anotherSBStBasicMethod class == self class
and: [anotherSBStBasicMethod compiledMethod class ~= self class]
and: [anotherSBStBasicMethod compiledMethod equivalentTo: self compiledMethod]
]

{ #category : #accessing }
SBStBasicMethod >> actualReceiver [

Expand Down

0 comments on commit f187729

Please sign in to comment.