1
0
Fork 0

Remove unused variable

This commit is contained in:
Patryk Obara 2019-11-04 08:29:55 +01:00 committed by Patryk Obara
parent d63849ea72
commit 97ded39c2e

View file

@ -2099,7 +2099,6 @@ static CacheBlock * CreateCacheBlock(CodePageHandler * codepage,PhysPt start,Bit
/* Init a load of variables */
decode.code_start=start;
decode.code=start;
Bitu cycles=0;
decode.page.code=codepage;
decode.page.index=start&4095;
decode.page.wmap=codepage->write_map;