[Libreoffice-commits] .: setup_native/source
Caolán McNamara
caolan at kemper.freedesktop.org
Sun Jan 30 13:03:57 PST 2011
setup_native/source/win32/customactions/reg64/reg64.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit c488bbf762fd6cf610c53082754765e4e26225c5
Author: Andy Holder <andy.m.holder at gmail.com>
Date: Sat Jan 29 17:23:44 2011 +0000
cppcheck: variable never used
diff --git a/setup_native/source/win32/customactions/reg64/reg64.cxx b/setup_native/source/win32/customactions/reg64/reg64.cxx
index ea05475..2eb3f7f 100644
--- a/setup_native/source/win32/customactions/reg64/reg64.cxx
+++ b/setup_native/source/win32/customactions/reg64/reg64.cxx
@@ -207,7 +207,6 @@ bool IsInstallForAllUsers( MSIHANDLE hMSI )
wchar_t* GetBasisInstallLocation( MSIHANDLE hMSI )
{
OutputDebugStringFormat(L"GetBasisInstallLocation - START\n" );
- bool bResult = FALSE;
wchar_t* pVal = NULL;
GetMsiProp( hMSI, L"INSTALLLOCATION", &pVal);
More information about the Libreoffice-commits
mailing list