From 74f80299b0f6ce445413221e9be5fc2cac5c52f2 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 25 Jan 2022 13:33:06 -0500 Subject: video_core/macro_jit_x64: Remove unused impl class member Reduces the size of the impl class a tiny bit. --- src/video_core/macro/macro_jit_x64.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/video_core/macro/macro_jit_x64.cpp') 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 delayed_pc; const std::vector& code; Engines::Maxwell3D& maxwell3d; -- cgit v1.2.3