Removed Object(Retaining) category.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@146 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1995-03-18 15:44:32 +00:00
parent bba1a374fd
commit 148d129c12

View file

@ -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 */