winedbg: Remove a dead assignment (Clang).
Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
054ca8f3c7
commit
4f1ed54c7d
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue