Skip to content

Commit

Permalink
removed redundant code
Browse files Browse the repository at this point in the history
Signed-off-by: OsakaRuma <[email protected]>
  • Loading branch information
iamscottxu committed Aug 29, 2024
1 parent aa03f15 commit 61eeaa0
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Collections.Concurrent;
using System.Net.Sockets;
using ICSharpCode.SharpZipLib.Zip;
using Starward.Core.ZipStreamDownload.Exceptions;
using Starward.Core.ZipStreamDownload.Extensions;
Expand Down Expand Up @@ -27,8 +26,6 @@ private class EntryTaskData
public required FileInfo CompressedFileInfo { get; init; }

public Stream? CompressedFileStream { get; set; }

public int RetryTimes { get; set; }
}

private readonly ConcurrentQueue<EntryTaskData> _fileVerifyTaskQueue = new();
Expand Down

0 comments on commit 61eeaa0

Please sign in to comment.