Remove unnecessary bounds check.
This commit is contained in:
parent
f99338dc2e
commit
b4a4c04844
|
@ -287,11 +287,6 @@ namespace BizHawk.Client.Common
|
|||
|
||||
if (inChangeSequence == false)
|
||||
{
|
||||
if (i >= _lastState.Length)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
if (thisByteMatches)
|
||||
{
|
||||
continue;
|
||||
|
|
Loading…
Reference in New Issue