Remove dead code.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
parent
db874d37be
commit
f7c6dfc1b9
1 changed files with 0 additions and 2 deletions
|
@ -267,10 +267,8 @@ namespace sa2
|
|||
const int bDisasmFormatFlags = GetDisassemblyLine(nAddress, line);
|
||||
nAddress += line.nOpbyte;
|
||||
|
||||
static size_t m = 0;
|
||||
char buffer[CONSOLE_WIDTH];
|
||||
FormatDisassemblyLine(line, buffer, sizeof(buffer));
|
||||
m = std::max(m, strlen(buffer));
|
||||
|
||||
if (nAddress == regs.pc)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue