summaryrefslogtreecommitdiff
path: root/setup_native
diff options
context:
space:
mode:
authorAndy Holder <andy.m.holder@gmail.com>2011-01-29 17:23:44 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-30 21:03:51 +0000
commit1cc6cf7ee7d833778a84200de93d4b84f47f5995 (patch)
tree83c299744c0cc7f21d9aa6e3dffdbb10302ce774 /setup_native
parent1eac75fc6294878c0439cbb6c190b6fa6eac8213 (diff)
cppcheck: variable never used
Diffstat (limited to 'setup_native')
-rw-r--r--setup_native/source/win32/customactions/reg64/reg64.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup_native/source/win32/customactions/reg64/reg64.cxx b/setup_native/source/win32/customactions/reg64/reg64.cxx
index d9d3d50e540a..c4bf4f5aefe4 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);