mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
efa7d1d434
commit
da04e03112
1 changed files with 0 additions and 5 deletions
|
@ -551,11 +551,6 @@
|
|||
return newColl;
|
||||
}
|
||||
|
||||
- copy
|
||||
{
|
||||
return [self copyAs:[self species]];
|
||||
}
|
||||
|
||||
- species
|
||||
{
|
||||
return [self class];
|
||||
|
|
Loading…
Reference in a new issue