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:
Richard Frith-MacDonald 2014-01-07 10:53:51 +00:00
parent e9ff4f3a3c
commit bf086d4725

View file

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