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:
rfm 2014-01-07 10:53:51 +00:00
parent 54c7ddf7ee
commit 648aee4906

View file

@ -31,7 +31,6 @@ static const char* objc_setAssociatedObjectKey = "objc_setAssociatedObjectKey";
int main()
{
NSAutoreleasePool *arp = [NSAutoreleasePool new];
associatedObjectTestAllocatedObject* object =
[associatedObjectTestAllocatedObject new];