From 02a8e7fc9369d7882db08a69d108beefb0f98677 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Wed, 17 Oct 2018 14:55:10 -0300 Subject: Remove unnecessary usings (#463) * Remove unnecessary usings * Fix CastExpression while I'm at it --- Ryujinx.HLE/FileSystem/SaveHelper.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'Ryujinx.HLE/FileSystem/SaveHelper.cs') diff --git a/Ryujinx.HLE/FileSystem/SaveHelper.cs b/Ryujinx.HLE/FileSystem/SaveHelper.cs index 087156d2..b74d853c 100644 --- a/Ryujinx.HLE/FileSystem/SaveHelper.cs +++ b/Ryujinx.HLE/FileSystem/SaveHelper.cs @@ -1,6 +1,5 @@ using Ryujinx.HLE.HOS; using System.IO; -using System.Linq; using static Ryujinx.HLE.FileSystem.VirtualFileSystem; -- cgit v1.2.3