Remove unused using.

This commit is contained in:
LDj3SNuD 2018-11-01 03:09:04 +01:00 committed by GitHub
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 #define Alu
using ChocolArm64.State;
using NUnit.Framework; using NUnit.Framework;
namespace Ryujinx.Tests.Cpu namespace Ryujinx.Tests.Cpu

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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