Remove unnecessary bounds check.

This commit is contained in:
jdpurcell 2015-01-17 04:13:05 +00:00
parent f99338dc2e
commit b4a4c04844
1 changed files with 0 additions and 5 deletions

View File

@ -287,11 +287,6 @@ namespace BizHawk.Client.Common
if (inChangeSequence == false)
{
if (i >= _lastState.Length)
{
continue;
}
if (thisByteMatches)
{
continue;