mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
remove unused pool
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37552 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
54c7ddf7ee
commit
648aee4906
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ static const char* objc_setAssociatedObjectKey = "objc_setAssociatedObjectKey";
|
|||
|
||||
int main()
|
||||
{
|
||||
NSAutoreleasePool *arp = [NSAutoreleasePool new];
|
||||
associatedObjectTestAllocatedObject* object =
|
||||
[associatedObjectTestAllocatedObject new];
|
||||
|
||||
|
|
Loading…
Reference in a new issue