diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-12-25 13:31:18 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-12-25 13:32:22 +0200 |
commit | a737ae58cc95585e90aa946074b68022d9a2dc2b (patch) | |
tree | bfee0a58e72a9c84aedf40b589207ef6c861e6ad /setup_native/source | |
parent | bcb69319656df163b031bbce1fcddc05bd49aca6 (diff) |
WaE: unreferenced local variable
Change-Id: If234ce4af0f988c135a90a98312e24e4d80ca92c
Diffstat (limited to 'setup_native/source')
-rw-r--r-- | setup_native/source/win32/customactions/shellextensions/completeinstallpath.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/setup_native/source/win32/customactions/shellextensions/completeinstallpath.cxx b/setup_native/source/win32/customactions/shellextensions/completeinstallpath.cxx index 8869ee41490e..d56ad5e7db15 100644 --- a/setup_native/source/win32/customactions/shellextensions/completeinstallpath.cxx +++ b/setup_native/source/win32/customactions/shellextensions/completeinstallpath.cxx @@ -71,8 +71,6 @@ extern "C" UINT __stdcall CompleteInstallPath( MSIHANDLE handle ) // so that in an OOo 3.3 or later, the directory "program" or "share" are directly created // below "c:\program files". - TCHAR szValue[8192]; - DWORD nValueSize = sizeof(szValue); HKEY hKey; // Reading property OFFICEDIRHOSTNAME_, that contains the part of the path behind |