Bruno Jesus : msi: Remove duplicate if condition.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Oct 27 05:36:35 CDT 2014


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

Author: Bruno Jesus <00cpxxx at gmail.com>
Date:   Fri Oct 24 15:09:27 2014 -0200

msi: Remove duplicate if condition.

---

 dlls/msi/msi.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dlls/msi/msi.c b/dlls/msi/msi.c
index 70a8134..433776d 100644
--- a/dlls/msi/msi.c
+++ b/dlls/msi/msi.c
@@ -1762,10 +1762,6 @@ UINT WINAPI MsiGetPatchInfoExW(LPCWSTR szPatchCode, LPCWSTR szProductCode,
             datakey = patch;
             szProperty = szInstalled;
         }
-        else if (!strcmpW( szProperty, INSTALLPROPERTY_LOCALPACKAGEW ))
-        {
-            datakey = udpatch;
-        }
         else if (!strcmpW( szProperty, INSTALLPROPERTY_UNINSTALLABLEW ) ||
                  !strcmpW( szProperty, INSTALLPROPERTY_PATCHSTATEW ) ||
                  !strcmpW( szProperty, INSTALLPROPERTY_DISPLAYNAMEW ) ||




More information about the wine-cvs mailing list