From 1ad65abdaa1094fafb124c92a89c9fa37b54a22f Mon Sep 17 00:00:00 2001 From: rfm Date: Tue, 29 Oct 2024 16:11:23 +0000 Subject: [PATCH] Fix for issue 453 --- Source/NSObject.m | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/Source/NSObject.m b/Source/NSObject.m index 992e87ac3..04e795e6e 100644 --- a/Source/NSObject.m +++ b/Source/NSObject.m @@ -2152,26 +2152,6 @@ static id gs_weak_load(id obj) return NSDefaultMallocZone(); } -/** - * Called to encode the instance variables of the receiver to aCoder.
- * 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.
- * 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;