소스 검색

Merge pull request #1316 from lioncash/shadow

gl_shader_decompiler: Get rid of variable shadowing within LEA instructions
bunnei 8 년 전
부모
커밋
27fe8159c5
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/video_core/renderer_opengl/gl_shader_decompiler.cpp

+ 0 - 2
src/video_core/renderer_opengl/gl_shader_decompiler.cpp

@@ -1510,8 +1510,6 @@ private:
             case OpCode::Id::LEA_IMM:
             case OpCode::Id::LEA_RZ:
             case OpCode::Id::LEA_HI: {
-                std::string op_a;
-                std::string op_b;
                 std::string op_c;
 
                 switch (opcode->GetId()) {