From 7f29ee2cbf36f8fbe028839abe6c757f844c31aa Mon Sep 17 00:00:00 2001 From: oneRain Date: Fri, 30 Aug 2019 10:58:32 +0800 Subject: [PATCH] chore --- Storage/Storage/Public/AVFile.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Storage/Storage/Public/AVFile.cs b/Storage/Storage/Public/AVFile.cs index bfa04bf..d41d7b9 100644 --- a/Storage/Storage/Public/AVFile.cs +++ b/Storage/Storage/Public/AVFile.cs @@ -13,7 +13,6 @@ namespace LeanCloud { public class AVFile : IJsonConvertible { private FileState state; private readonly Stream dataStream; - private readonly TaskQueue taskQueue = new TaskQueue(); #region Constructor ///