Skip to content

Commit

Permalink
Cleanup : remove Class>>isValidTraitName. No more sender of it in the…
Browse files Browse the repository at this point in the history
… system.

String>>isValidGlobalName is used for checks
  • Loading branch information
samakhov committed Jan 30, 2022
1 parent 9c2d1d3 commit 3304904
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Kernel/Class.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -740,13 +740,6 @@ Class >> isUsed [
ifTrue: [ true ]
]

{ #category : #private }
Class >> isValidTraitName: aSymbol [

aSymbol ifNil: [ ^ false ].
^ aSymbol isValidGlobalName.
]

{ #category : #accessing }
Class >> name [
"Answer the name of the receiver."
Expand Down

0 comments on commit 3304904

Please sign in to comment.