Remove unused using.

This commit is contained in:
LDj3SNuD 2018-11-01 03:09:04 +01:00 committed by GitHub
parent 6f24ec958c
commit 43b6d8f33f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 0 additions and 28 deletions

View file

@ -1,7 +1,5 @@
#define Alu
using ChocolArm64.State;
using NUnit.Framework;
namespace Ryujinx.Tests.Cpu

View file

@ -1,7 +1,5 @@
#define AluImm
using ChocolArm64.State;
using NUnit.Framework;
namespace Ryujinx.Tests.Cpu

View file

@ -1,7 +1,5 @@
#define AluRs
using ChocolArm64.State;
using NUnit.Framework;
namespace Ryujinx.Tests.Cpu

View file

@ -1,7 +1,5 @@
#define AluRx
using ChocolArm64.State;
using NUnit.Framework;
namespace Ryujinx.Tests.Cpu

View file

@ -1,7 +1,5 @@
#define Bfm
using ChocolArm64.State;
using NUnit.Framework;
namespace Ryujinx.Tests.Cpu

View file

@ -1,7 +1,5 @@
#define CcmpImm
using ChocolArm64.State;
using NUnit.Framework;
namespace Ryujinx.Tests.Cpu

View file

@ -1,7 +1,5 @@
#define CcmpReg
using ChocolArm64.State;
using NUnit.Framework;
namespace Ryujinx.Tests.Cpu

View file

@ -1,7 +1,5 @@
#define Csel
using ChocolArm64.State;
using NUnit.Framework;
namespace Ryujinx.Tests.Cpu

View file

@ -1,7 +1,5 @@
#define Mov
using ChocolArm64.State;
using NUnit.Framework;
namespace Ryujinx.Tests.Cpu

View file

@ -1,7 +1,5 @@
#define Mul
using ChocolArm64.State;
using NUnit.Framework;
namespace Ryujinx.Tests.Cpu

View file

@ -1,7 +1,5 @@
#define Simd
using ChocolArm64.State;
using NUnit.Framework;
using System.Collections.Generic;

View file

@ -1,7 +1,5 @@
#define SimdIns
using ChocolArm64.State;
using NUnit.Framework;
using System.Runtime.Intrinsics;

View file

@ -1,7 +1,5 @@
#define SimdReg
using ChocolArm64.State;
using NUnit.Framework;
using System.Collections.Generic;

View file

@ -1,7 +1,5 @@
#define SimdRegElem
using ChocolArm64.State;
using NUnit.Framework;
using System.Runtime.Intrinsics;