From 29eed5b9dffe44b5c856fdbaaafc5bbf0660fad9 Mon Sep 17 00:00:00 2001 From: Antoine Rybacki <15911822+Lifeismana@users.noreply.github.com> Date: Fri, 17 Nov 2023 11:35:58 +0100 Subject: [PATCH] remove unused using --- DepotDownloader/Steam3Session.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/DepotDownloader/Steam3Session.cs b/DepotDownloader/Steam3Session.cs index 38dd2d24..40adc9da 100644 --- a/DepotDownloader/Steam3Session.cs +++ b/DepotDownloader/Steam3Session.cs @@ -2,7 +2,6 @@ using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.ObjectModel; -using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks;