winedbg: Remove unused variable.

This commit is contained in:
Nicolas Le Cam 2014-06-02 00:21:11 +02:00 committed by Alexandre Julliard
parent b57a884829
commit 81a904e729

View file

@ -347,7 +347,6 @@ static BOOL be_x86_64_is_func_call(const void* insn, ADDRESS64* callee)
{
BYTE ch;
LONG delta;
short segment;
unsigned op_size = 32, rex = 0;
DWORD64 dst;
@ -383,7 +382,6 @@ static BOOL be_x86_64_is_func_call(const void* insn, ADDRESS64* callee)
switch (f_reg(ch))
{
case 0x02:
segment = dbg_context.SegCs;
break;
default: return FALSE;
}