mirror of
https://github.com/reactos/wine.git
synced 2025-02-02 18:25:19 +00:00
winedbg: Remove dead assignment (Clang).
This commit is contained in:
parent
33532613a8
commit
a2e8d61453
@ -293,7 +293,6 @@ enum sym_get_lval symbol_picker_interactive(const char* name, const struct sgv_d
|
||||
}
|
||||
do
|
||||
{
|
||||
i = 0;
|
||||
if (input_read_line("=> ", buffer, sizeof(buffer)))
|
||||
{
|
||||
if (buffer[0] == '\0') return sglv_aborted;
|
||||
|
Loading…
x
Reference in New Issue
Block a user