Module: wine Branch: master Commit: 481fce766f1abe68fa512f382987695bfe7a8c89 URL: http://source.winehq.org/git/wine.git/?a=commit;h=481fce766f1abe68fa512f3829...
Author: André Hentschel nerv@dawncrow.de Date: Mon Dec 1 22:57:33 2014 +0100
msi: Remove unused strings (Clang).
---
dlls/msi/registry.c | 11 ----------- 1 file changed, 11 deletions(-)
diff --git a/dlls/msi/registry.c b/dlls/msi/registry.c index bb564d8..4dde285 100644 --- a/dlls/msi/registry.c +++ b/dlls/msi/registry.c @@ -100,12 +100,6 @@ static const WCHAR szInstallProperties_fmt[] = { '%','s','\','P','r','o','d','u','c','t','s','\','%','s','\', 'I','n','s','t','a','l','l','P','r','o','p','e','r','t','i','e','s',0};
-static const WCHAR szInstaller_LocalManaged_fmt[] = { - 'S','o','f','t','w','a','r','e','\','M','i','c','r','o','s','o','f','t','\', - 'W','i','n','d','o','w','s','\','C','u','r','r','e','n','t','V','e','r','s','i','o','n','\', - 'I','n','s','t','a','l','l','e','r','\','M','a','n','a','g','e','d','\','%','s','\', - 'I','n','s','t','a','l','l','e','r','\','P','r','o','d','u','c','t','s',0}; - static const WCHAR szInstaller_LocalManagedProd_fmt[] = { 'S','o','f','t','w','a','r','e','\','M','i','c','r','o','s','o','f','t','\', 'W','i','n','d','o','w','s','\','C','u','r','r','e','n','t','V','e','r','s','i','o','n','\', @@ -128,11 +122,6 @@ static const WCHAR szInstaller_Patches[] = { 'W','i','n','d','o','w','s','\','C','u','r','r','e','n','t','V','e','r','s','i','o','n','\', 'I','n','s','t','a','l','l','e','r','\','P','a','t','c','h','e','s',0};
-static const WCHAR szInstaller_Components[] = { - 'S','o','f','t','w','a','r','e','\','M','i','c','r','o','s','o','f','t','\', - 'W','i','n','d','o','w','s','\','C','u','r','r','e','n','t','V','e','r','s','i','o','n','\', - 'I','n','s','t','a','l','l','e','r','\','C','o','m','p','o','n','e','n','t','s',0}; - static const WCHAR szInstaller_LocalClassesProducts[] = { 'S','o','f','t','w','a','r','e','\','C','l','a','s','s','e','s','\', 'I','n','s','t','a','l','l','e','r','\','P','r','o','d','u','c','t','s',0};