obsolete classes in 11239

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

obsolete classes in 11239

Pavel Krivanek-3
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
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: obsolete classes in 11239

Stéphane Ducasse
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
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project