From d07bc2815ff138f066cd4d99cd05fb4270226533 Mon Sep 17 00:00:00 2001 From: Alexey Belkevich Date: Tue, 29 Sep 2015 12:32:03 +0300 Subject: [PATCH] Removed thread dealloc bug --- Pod/Core/Private/Thread/APThread.m | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Pod/Core/Private/Thread/APThread.m b/Pod/Core/Private/Thread/APThread.m index a51ae25..4afe68c 100644 --- a/Pod/Core/Private/Thread/APThread.m +++ b/Pod/Core/Private/Thread/APThread.m @@ -10,13 +10,6 @@ @implementation APThread -#pragma mark - life cycle - -- (void)dealloc -{ - [self cancel]; -} - #pragma mark - public - (void)dispatchAsync:(void (^)())block