Explorar o código

video_core/macro_jit_x64: Remove unused impl class member

Reduces the size of the impl class a tiny bit.
Lioncash %!s(int64=4) %!d(string=hai) anos
pai
achega
74f80299b0
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/video_core/macro/macro_jit_x64.cpp

+ 0 - 1
src/video_core/macro/macro_jit_x64.cpp

@@ -102,7 +102,6 @@ private:
 
     bool is_delay_slot{};
     u32 pc{};
-    std::optional<u32> delayed_pc;
 
     const std::vector<u32>& code;
     Engines::Maxwell3D& maxwell3d;