Skip to content

Commit

Permalink
Removing releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Mroczkowski committed Dec 13, 2013
1 parent 5ab44cb commit 2db459a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions Zinc/Private/ZincArchiveDownloadTask.m
Expand Up @@ -82,8 +82,7 @@ - (void) main
dispatch_semaphore_signal(sem);
}];
dispatch_semaphore_wait(sem, DISPATCH_TIME_FOREVER);
dispatch_release(sem);


if (self.isCancelled) return;

NSDictionary* eventAttrs = [ZincEventHelpers attributesForRequest:self.URLSessionTask.originalRequest andResponse:self.URLSessionTask.response];
Expand Down
1 change: 0 additions & 1 deletion Zinc/Private/ZincManifestDownloadTask.m
Expand Up @@ -63,7 +63,6 @@ - (void) main
dispatch_semaphore_signal(sem);
}];
dispatch_semaphore_wait(sem, DISPATCH_TIME_FOREVER);
dispatch_release(sem);

if (self.isCancelled) return;

Expand Down
1 change: 0 additions & 1 deletion Zinc/Private/ZincObjectDownloadTask.m
Expand Up @@ -93,7 +93,6 @@ - (void) main
dispatch_semaphore_signal(sem);
}];
dispatch_semaphore_wait(sem, DISPATCH_TIME_FOREVER);
dispatch_release(sem);

if (self.isCancelled) return;

Expand Down

0 comments on commit 2db459a

Please sign in to comment.