Nicolas Cellier uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-nice.534.mcz==================== Summary ====================
Name: Kernel-nice.534
Author: nice
Time: 29 December 2010, 12:35:17.044 pm
UUID: 21447744-bd08-42bd-a376-456564424dc5
Ancestors: Kernel-nice.532
Remove redundant methods.
=============== Diff against Kernel-nice.532 ===============
Item was changed:
----- Method: ClassDescription>>isClassSide (in category 'accessing parallel hierarchy') -----
isClassSide
+ ^self isMeta!
- ^self == self classSide!
Item was removed:
- ----- Method: ClassDescription>>isMeta (in category 'accessing parallel hierarchy') -----
- isMeta
- ^self isClassSide!