From cc3460406aa6340b471b6cbad5cf0b90d71fa6de Mon Sep 17 00:00:00 2001 From: mccallum Date: Sat, 18 Mar 1995 15:44:32 +0000 Subject: [PATCH] Removed Object(Retaining) category. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@146 72102866-910b-0410-8b05-ffd578937521 --- Source/Connection.m | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/Source/Connection.m b/Source/Connection.m index 526651d7b..8f98c0e22 100644 --- a/Source/Connection.m +++ b/Source/Connection.m @@ -1232,28 +1232,4 @@ static int messagesReceivedCount; @end -@implementation Object (Retaining) - -- (id) retain -{ - return self; -} - -- (oneway void) release -{ - /* Do nothing */ -} - -- (void) dealloc -{ - /* Do nothing */ -} - -- (unsigned) retainCount -{ - return 0; -} - -@end - #endif /* 0 temporarily moved to Coder.m */