mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Housekeeping - typecasts to avoid warnings and removal of redundant methods.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2870 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
86dbd2aa63
commit
fa0f1a19ca
16 changed files with 34 additions and 61 deletions
|
@ -157,7 +157,7 @@ extraRefCount (id anObject)
|
|||
|
||||
- (id) copy
|
||||
{
|
||||
return [(id)self copyWithZone: NSDefaultMallocZone()];
|
||||
return [(id)self copyWithZone: NULL];
|
||||
}
|
||||
|
||||
- (void) dealloc
|
||||
|
@ -179,7 +179,7 @@ extraRefCount (id anObject)
|
|||
|
||||
- (id) mutableCopy
|
||||
{
|
||||
return [(id)self mutableCopyWithZone: NSDefaultMallocZone()];
|
||||
return [(id)self mutableCopyWithZone: NULL];
|
||||
}
|
||||
|
||||
+ (Class) superclass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue