N64: Removed an unneeded dummy variable

This commit is contained in:
pjgat09 2013-04-30 02:24:07 +00:00
parent 8ec6c762bd
commit 160de71206
1 changed files with 0 additions and 1 deletions

View File

@ -300,7 +300,6 @@ namespace BizHawk.Emulation.Consoles.Nintendo.N64
public void ExecuteEmulator()
{
byte[] blah = new byte[1];
m64pCoreDoCommandPtr(m64p_command.M64CMD_EXECUTE, 0, IntPtr.Zero);
}
}