The Trunk: Kernel-nice.534.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Kernel-nice.534.mcz

commits-2
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!