瀏覽代碼

VLCGoogleDriveController: Remove unused weakFetcher

Soomin Lee 5 年之前
父節點
當前提交
6473b833fb
共有 1 個文件被更改,包括 0 次插入1 次删除
  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,