mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +00:00
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:
parent
514ddf3e89
commit
cc3460406a
1 changed files with 0 additions and 24 deletions
|
@ -1232,28 +1232,4 @@ static int messagesReceivedCount;
|
||||||
|
|
||||||
@end
|
@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 */
|
#endif /* 0 temporarily moved to Coder.m */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue