From 44d264de7e45a3b4e9c986e91a266c5f06c503a0 Mon Sep 17 00:00:00 2001 From: "minecraftitsover90@gmail.com" Date: Sat, 17 Feb 2024 19:05:03 +1030 Subject: [PATCH] another fix --- DepotDownloader/CDNClientPool.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/DepotDownloader/CDNClientPool.cs b/DepotDownloader/CDNClientPool.cs index 2f85d69c..58b3ebf7 100644 --- a/DepotDownloader/CDNClientPool.cs +++ b/DepotDownloader/CDNClientPool.cs @@ -1,11 +1,8 @@ using System; using System.Collections.Concurrent; -using System.Collections.Generic; -using System.Linq; using System.Net; using System.Threading; using System.Threading.Tasks; -using SteamKit2; using SteamKit2.CDN; namespace DepotDownloader