Pārlūkot izejas kodu

VLCGoogleDriveController: Remove unused weakFetcher

Soomin Lee 5 gadi atpakaļ
vecāks
revīzija
6473b833fb
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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,