Remove reference to the copyWithZone: implementation of NSObject

This commit is contained in:
Wolfgang Lux 2018-12-06 14:19:50 +01:00
parent 458b8a1e79
commit a27c577370
2 changed files with 6 additions and 2 deletions

View file

@ -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:

View file

@ -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);