@@ -49,12 +49,10 @@ # include <3ds/svc.h> #endif #import "OFThread.h" #import "OFThread+Private.h" -#import "OFAutoreleasePool+Private.h" -#import "OFAutoreleasePool.h" #import "OFDate.h" #import "OFDictionary.h" #ifdef OF_HAVE_SOCKETS # import "OFDNSResolver.h" #endif @@ -135,11 +133,10 @@ } [thread handleTermination]; objc_autoreleasePoolPop(thread->_pool); - [OFAutoreleasePool of_handleThreadTermination]; #if defined(OF_AMIGAOS) && defined(OF_HAVE_SOCKETS) if (thread.supportsSockets) of_socket_deinit(); #endif