Ver código fonte

VLCGoogleDriveController: Remove unused weakFetcher

Soomin Lee 5 anos atrás
pai
commit
6473b833fb
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      Sources/VLCGoogleDriveController.m

+ 0 - 1
Sources/VLCGoogleDriveController.m

@@ -305,7 +305,6 @@
 
         // Fetcher logging can include comments.
         [fetcher setCommentWithFormat:@"Downloading \"%@\"", file.name];
-        __weak GTMSessionFetcher *weakFetcher = fetcher;
         _startDL = [NSDate timeIntervalSinceReferenceDate];
         fetcher.downloadProgressBlock = ^(int64_t bytesWritten,
                                           int64_t totalBytesWritten,