فهرست منبع

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,