aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/shader/shader_jit_x64.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-09-10 10:26:21 -0400
committerLioncash <mathew1800@gmail.com>2015-09-10 10:26:21 -0400
commit526eb33d1eca57cf82e5098b2abaef241b431b5e (patch)
tree8970c0c97751948260a7dac8e0ea6eef7323da03 /src/video_core/shader/shader_jit_x64.cpp
parent248b2993e866d66632a7fc7148a2faed3c3c6416 (diff)
video_core: Remove unused variables
Diffstat (limited to 'src/video_core/shader/shader_jit_x64.cpp')
-rw-r--r--src/video_core/shader/shader_jit_x64.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/shader/shader_jit_x64.cpp b/src/video_core/shader/shader_jit_x64.cpp
index 0c02976ac..00415e402 100644
--- a/src/video_core/shader/shader_jit_x64.cpp
+++ b/src/video_core/shader/shader_jit_x64.cpp
@@ -749,7 +749,6 @@ void JitCompiler::Compile_NextInstr(unsigned* offset) {
CompiledShader* JitCompiler::Compile() {
const u8* start = GetCodePtr();
- const auto& code = g_state.vs.program_code;
unsigned offset = g_state.regs.vs.main_offset;
// The stack pointer is 8 modulo 16 at the entry of a procedure