Skip to content

Commit

Permalink
New try at removing Pharo 9 metacello attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Jan 29, 2022
1 parent b63c3e1 commit 384bb37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/System-Support/SmalltalkImage.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@ SmalltalkImage >> memoryHogs [
SmalltalkImage >> metacelloPlatformAttributes [
"Returns the tags for the conditional platform loading in Metacello. Pay attention the order is important: from most to least general."

^ #(#squeakCommon #pharo #'pharo9.x' #'pharo9.0.x' #'pharo10.x' #'pharo10.0.x')
^ #(#squeakCommon #pharo #'pharo10.x' #'pharo10.0.x')
]

{ #category : #'special objects' }
Expand Down

0 comments on commit 384bb37

Please sign in to comment.