Andreas Raab uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-ar.144.mcz==================== Summary ====================
Name: Collections-ar.144
Author: ar
Time: 29 September 2009, 10:12:54 am
UUID: 97570666-a837-924b-a3a6-e1e5ce1e13cf
Ancestors: Collections-ar.143, Collections-ul.143
Merging Collections-ul.143:
- removed the unused Set >> #withArray:
=============== Diff against Collections-ar.143 ===============
Item was removed:
- ----- Method: Set>>withArray: (in category 'private') -----
- withArray: anArray
- "private -- for use only in copy"
- array := anArray!