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