From 96037f91db09dbda10fee11f2559606df823a2d1 Mon Sep 17 00:00:00 2001 From: josesimoes Date: Thu, 11 Apr 2024 20:29:13 +0100 Subject: [PATCH] Remove unused usings --- System.IO.FileSystem/DirectoryInfo.cs | 3 --- System.IO.FileSystem/FileInfo.cs | 2 -- 2 files changed, 5 deletions(-) diff --git a/System.IO.FileSystem/DirectoryInfo.cs b/System.IO.FileSystem/DirectoryInfo.cs index 27a87da..c7b844f 100644 --- a/System.IO.FileSystem/DirectoryInfo.cs +++ b/System.IO.FileSystem/DirectoryInfo.cs @@ -3,9 +3,6 @@ // See LICENSE file in the project root for full license information. // -using System.IO.System.IO; -using System.Runtime.CompilerServices; - namespace System.IO { /// diff --git a/System.IO.FileSystem/FileInfo.cs b/System.IO.FileSystem/FileInfo.cs index 8749c98..b262f9d 100644 --- a/System.IO.FileSystem/FileInfo.cs +++ b/System.IO.FileSystem/FileInfo.cs @@ -3,8 +3,6 @@ // See LICENSE file in the project root for full license information. // -using System.IO.System.IO; - namespace System.IO { ///