Browse Source

VLCGoogleDriveController: Remove unused weakFetcher

Soomin Lee 5 years ago
parent
commit
6473b833fb
1 changed files with 0 additions and 1 deletions
  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,