winedbg: Remove a dead assignment (Clang).

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
André Hentschel 2015-12-22 19:29:24 +01:00 committed by Alexandre Julliard
parent 054ca8f3c7
commit 4f1ed54c7d
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ static int source_display(const char* sourcefile, int start, int end)
* OK, I guess the user doesn't really want to see it
* after all.
*/
ol = source_add_file(sourcefile, NULL);
source_add_file(sourcefile, NULL);
return FALSE;
}
}