video_core/macro_jit_x64: Remove unused impl class member
Reduces the size of the impl class a tiny bit.
This commit is contained in:
parent
f11eefed56
commit
74f80299b0
1 changed files with 0 additions and 1 deletions
|
@ -102,7 +102,6 @@ private:
|
||||||
|
|
||||||
bool is_delay_slot{};
|
bool is_delay_slot{};
|
||||||
u32 pc{};
|
u32 pc{};
|
||||||
std::optional<u32> delayed_pc;
|
|
||||||
|
|
||||||
const std::vector<u32>& code;
|
const std::vector<u32>& code;
|
||||||
Engines::Maxwell3D& maxwell3d;
|
Engines::Maxwell3D& maxwell3d;
|
||||||
|
|
Loading…
Reference in a new issue