version: Don't initialize the variable twice (clang).

This commit is contained in:
André Hentschel 2011-07-13 20:46:04 +02:00 committed by Alexandre Julliard
parent 1710013878
commit 89beac4719
1 changed files with 0 additions and 1 deletions

View File

@ -1413,7 +1413,6 @@ DWORD WINAPI VerInstallFileA(
}
}
}
xret = 0;
if (!(flags & VIFF_FORCEINSTALL)) {
VS_FIXEDFILEINFO *destvffi,*tmpvffi;
buf1 = _fetch_versioninfo(destfn,&destvffi);