winedbg: Remove dead assignment (Clang).

This commit is contained in:
Frédéric Delanoy 2011-08-04 19:26:00 +02:00 committed by Alexandre Julliard
parent 33532613a8
commit a2e8d61453

View file

@ -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;