Commit 81a904e7 authored by Nicolas Le Cam's avatar Nicolas Le Cam Committed by Alexandre Julliard

winedbg: Remove unused variable.

parent b57a8848
...@@ -347,7 +347,6 @@ static BOOL be_x86_64_is_func_call(const void* insn, ADDRESS64* callee) ...@@ -347,7 +347,6 @@ static BOOL be_x86_64_is_func_call(const void* insn, ADDRESS64* callee)
{ {
BYTE ch; BYTE ch;
LONG delta; LONG delta;
short segment;
unsigned op_size = 32, rex = 0; unsigned op_size = 32, rex = 0;
DWORD64 dst; DWORD64 dst;
...@@ -383,7 +382,6 @@ static BOOL be_x86_64_is_func_call(const void* insn, ADDRESS64* callee) ...@@ -383,7 +382,6 @@ static BOOL be_x86_64_is_func_call(const void* insn, ADDRESS64* callee)
switch (f_reg(ch)) switch (f_reg(ch))
{ {
case 0x02: case 0x02:
segment = dbg_context.SegCs;
break; break;
default: return FALSE; default: return FALSE;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment