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