mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Remove reference to the copyWithZone: implementation of NSObject
This commit is contained in:
parent
458b8a1e79
commit
a27c577370
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2018-12-06 Wolfgang Lux <wolfgang.lux@gmail.com>
|
||||
|
||||
* Headers/Foundation/NSObject.h:
|
||||
Remove reference to the copyWithZone: implementation of NSObject,
|
||||
which was removed ages ago.
|
||||
|
||||
2018-12-05 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Headers/Foundartion/NSURLHandle.h:
|
||||
|
|
|
@ -463,8 +463,6 @@ NSDeallocateObject(id anObject);
|
|||
* memory allocated from zone. The allocated memory will be extraBytes
|
||||
* longer than that necessary to actually store the instance variables
|
||||
* of the copied object.<br />
|
||||
* This is used by the NSObject implementation of the
|
||||
* [(NSCopying)-copyWithZone:] method.
|
||||
*/
|
||||
GS_EXPORT NSObject *
|
||||
NSCopyObject(NSObject *anObject, NSUInteger extraBytes, NSZone *zone);
|
||||
|
|
Loading…
Reference in a new issue