diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2018-10-17 14:55:10 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-17 14:55:10 -0300 |
| commit | 02a8e7fc9369d7882db08a69d108beefb0f98677 (patch) | |
| tree | 6f0e76cdb6c87e2bd7ad4018a67a657a88cbc2a7 /Ryujinx.HLE/FileSystem | |
| parent | b3a4662be15bd63d5b70cf4be21d79959e11ccfc (diff) | |
Remove unnecessary usings (#463)
* Remove unnecessary usings
* Fix CastExpression while I'm at it
Diffstat (limited to 'Ryujinx.HLE/FileSystem')
| -rw-r--r-- | Ryujinx.HLE/FileSystem/SaveHelper.cs | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
