From 30b5913baf1a7ee47c5b40cdbd1e9a358e2c2001 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 7 Aug 2023 19:38:46 +0100 Subject: [PATCH] Task manager gRPC -> SignalR & Remove gRPC dependencies --- DepotDownloader/ContentDownloader2.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/DepotDownloader/ContentDownloader2.cs b/DepotDownloader/ContentDownloader2.cs index 28de07b1..49729bae 100644 --- a/DepotDownloader/ContentDownloader2.cs +++ b/DepotDownloader/ContentDownloader2.cs @@ -1,5 +1,4 @@ using System; -using System.Collections; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO;