Skip to content

Commit

Permalink
[PreSmalltalks] Revert introduction of useless String>>syms
Browse files Browse the repository at this point in the history
  • Loading branch information
shingarov committed Nov 21, 2024
1 parent 16b2c0b commit 62b256b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/PreSmalltalks-Substitutions/String.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,3 @@ String >> substa: f [
String >> substf: f [
^(f value: self) subSymbol: self
]

{ #category : #'*PreSmalltalks-Substitutions' }
String >> syms [
^{self}
]

0 comments on commit 62b256b

Please sign in to comment.