winedbg: Remove a dead assignment (Clang)

André Hentschel nerv at dawncrow.de
Tue Dec 22 12:29:24 CST 2015


Signed-off-by: André Hentschel <nerv at dawncrow.de>
---
 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;
             }
         }
-- 
1.9.1





More information about the wine-patches mailing list