Remove unnecessary usings (#463)

* Remove unnecessary usings

* Fix CastExpression while I'm at it
This commit is contained in:
gdkchan
2018-10-17 14:55:10 -03:00
committed by GitHub
parent b3a4662be1
commit 02a8e7fc93
18 changed files with 1 additions and 26 deletions

View File

@ -3,7 +3,6 @@ using ChocolArm64.State;
using NUnit.Framework;
using System.Runtime.Intrinsics;
using System.Runtime.Intrinsics.X86;
namespace Ryujinx.Tests.Cpu
{