Remove unused var nStartAddress

This commit is contained in:
michaelangel007 2023-01-08 12:48:25 -08:00
parent 2a91824873
commit d532922821
1 changed files with 0 additions and 1 deletions

View File

@ -498,7 +498,6 @@ int _6502_GetOpmodeOpbyte ( const int nBaseAddress, int & iOpmode_, int & nOpby
if ( pData_ )
*pData_ = pData;
const DWORD nStartAddress = pData->nStartAddress;
const DWORD nEndAddress = pData->nEndAddress;
const int nDisplayLen = nEndAddress - nBaseAddress + 1; // *inclusive* KEEP IN SYNC: _CmdDefineByteRange() CmdDisasmDataList() _6502_GetOpmodeOpbyte() FormatNopcodeBytes()
nSlack = nDisplayLen;