Remove old variable

This commit is contained in:
svc64 2023-10-06 15:56:29 +03:00
parent 0c57663ea3
commit bc0ba93e92
1 changed files with 0 additions and 1 deletions

View File

@ -138,7 +138,6 @@ namespace Ryujinx.Cpu.AppleHv
private readonly ulong _vcpu;
private int _interruptRequested;
private int _breakRequested;
public HvExecutionContextVcpu(ulong vcpu)
{