Fix for issue 453

This commit is contained in:
rfm 2024-10-29 16:11:23 +00:00
parent 67af9faecb
commit fad8d206b9

View file

@ -2152,26 +2152,6 @@ static id gs_weak_load(id obj)
return NSDefaultMallocZone();
}
/**
* Called to encode the instance variables of the receiver to aCoder.<br />
* Subclasses should call the superclass method at the start of their
* own implementation.
*/
- (void) encodeWithCoder: (NSCoder*)aCoder
{
return;
}
/**
* Called to intialise instance variables of the receiver from aDecoder.<br />
* Subclasses should call the superclass method at the start of their
* own implementation.
*/
- (id) initWithCoder: (NSCoder*)aDecoder
{
return self;
}
+ (BOOL) resolveClassMethod: (SEL)name
{
return NO;