[Pharo-project] obsolete classes in 11239
There are some Undeclared and obsolete classes in the image #11239. This cleans it: Locale classPool at: #LocaleChangeListeners put: OrderedCollection new. SmalltalkImage current fixObsoleteReferences. Smalltalk cleanOutUndeclared. -- Pavel
will do that when I integrate... probably after dinner :) On Mar 2, 2010, at 5:19 PM, Pavel Krivanek wrote:
There are some Undeclared and obsolete classes in the image #11239. This cleans it:
Locale classPool at: #LocaleChangeListeners put: OrderedCollection new. SmalltalkImage current fixObsoleteReferences. Smalltalk cleanOutUndeclared.
-- Pavel
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (2)
-
Pavel Krivanek -
Stéphane Ducasse