=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: winedbg: Remove a dead assignment ( Clang).

Alexandre Julliard julliard at wine.codeweavers.com
Fri Dec 25 11:19:21 CST 2015


Module: wine
Branch: master
Commit: 4f1ed54c7d3274201657eaef6492e727c4c6ab66
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=4f1ed54c7d3274201657eaef6492e727c4c6ab66

Author: André Hentschel <nerv at dawncrow.de>
Date:   Tue Dec 22 19:29:24 2015 +0100

winedbg: Remove a dead assignment (Clang).

Signed-off-by: André Hentschel <nerv at dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 programs/winedbg/source.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/programs/winedbg/source.c b/programs/winedbg/source.c
index c21336a..cabb75f 100644
--- a/programs/winedbg/source.c
+++ b/programs/winedbg/source.c
@@ -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;
             }
         }




More information about the wine-cvs mailing list