diff options
author | Lioncash <mathew1800@gmail.com> | 2022-01-25 13:33:06 -0500 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2022-01-25 13:33:09 -0500 |
commit | 74f80299b0f6ce445413221e9be5fc2cac5c52f2 (patch) | |
tree | 5c4aed36fcd0611b6a67316ec31d64f214e2e553 /src | |
parent | f11eefed5619319629b399aec07880cc12c760a3 (diff) |
video_core/macro_jit_x64: Remove unused impl class member
Reduces the size of the impl class a tiny bit.
Diffstat (limited to 'src')
-rw-r--r-- | src/video_core/macro/macro_jit_x64.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/macro/macro_jit_x64.cpp b/src/video_core/macro/macro_jit_x64.cpp index 4b1b8c157..924c9fe5c 100644 --- a/src/video_core/macro/macro_jit_x64.cpp +++ b/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; |