I think the correct way is to use:
Smalltalk developmentSystem deleteClassHierarchy: aClassToDelete
Is this right?
"John Small" <
[hidden email]> wrote in message
news:
[hidden email]...
> Hi,
>
> The Behavior>>#removeSubclass: method's comment is:
>
> "Private - Remove the argument, aClass, from the subclasses of the
> receiver.
> WARNING: This method does not completely remove a class from
the
> system."
>
> Question: how do you remove a subclass programmatically from the
> system?
>
> Thanks!
>
> John
>
>
>
>