=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: version: Remove dead assignments ( Clang).

Alexandre Julliard julliard at wine.codeweavers.com
Thu Dec 24 14:40:05 CST 2015


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

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

version: Remove dead assignments (Clang).

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

---

 dlls/version/version.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dlls/version/version.c b/dlls/version/version.c
index b2b0b08..43f5c18 100644
--- a/dlls/version/version.c
+++ b/dlls/version/version.c
@@ -1199,7 +1199,6 @@ DWORD WINAPI VerFindFileA(
 
     GetSystemDirectoryA(systemDir, sizeof(systemDir));
     curDir = "";
-    destDir = "";
 
     if(flags & VFFF_ISSHAREDFILE)
     {
@@ -1296,7 +1295,6 @@ DWORD WINAPI VerFindFileW( DWORD flags,LPCWSTR lpszFilename,LPCWSTR lpszWinDir,
 
     GetSystemDirectoryW(systemDir, sizeof(systemDir)/sizeof(WCHAR));
     curDir = &emptyW;
-    destDir = &emptyW;
 
     if(flags & VFFF_ISSHAREDFILE)
     {




More information about the wine-cvs mailing list