Removed [-copy] method - inherit from NSObject instead, and use [-copyAs:]

to get the old behaviour.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2878 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1998-07-29 13:33:43 +00:00
parent efa7d1d434
commit da04e03112

View file

@ -551,11 +551,6 @@
return newColl;
}
- copy
{
return [self copyAs:[self species]];
}
- species
{
return [self class];