diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2014-07-04 03:56:58 +0200 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2014-07-04 03:56:58 +0200 |
| commit | 20dc0e78191f0bc2385253c9c8a565793a976fe0 (patch) | |
| tree | 73a79f69d7971260b9ce7cc7fc48544421805cff /Source/Core | |
| parent | d3fa8a616703f50a6c3fa28a2d9c605b63842826 (diff) | |
Remove unused variables
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Core/PowerPC/JitCommon/Jit_Util.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/Core/PowerPC/JitCommon/Jit_Util.cpp b/Source/Core/Core/PowerPC/JitCommon/Jit_Util.cpp index 58348d19cb..3c8eababe1 100644 --- a/Source/Core/Core/PowerPC/JitCommon/Jit_Util.cpp +++ b/Source/Core/Core/PowerPC/JitCommon/Jit_Util.cpp @@ -13,9 +13,6 @@ using namespace Gen; -static const u8 GC_ALIGNED16(pbswapShuffle1x4[16]) = {3, 2, 1, 0, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15}; -static u32 GC_ALIGNED16(float_buffer); - void EmuCodeBlock::LoadAndSwap(int size, Gen::X64Reg dst, const Gen::OpArg& src) { if (cpu_info.bMOVBE) |
