Skip to content

Commit

Permalink
Removed thread dealloc bug
Browse files Browse the repository at this point in the history
  • Loading branch information
belkevich committed Sep 29, 2015
1 parent 49df20a commit d07bc28
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Pod/Core/Private/Thread/APThread.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@

@implementation APThread

#pragma mark - life cycle

- (void)dealloc
{
[self cancel];
}

#pragma mark - public

- (void)dispatchAsync:(void (^)())block
Expand Down

0 comments on commit d07bc28

Please sign in to comment.