advpack: Remove some dead code. (Coverity)

oldstable
Mike McCormack 2006-06-14 11:16:32 +09:00 committed by Alexandre Julliard
parent cafe24b3ed
commit a87ba6f445
1 changed files with 0 additions and 3 deletions

View File

@ -224,7 +224,6 @@ HRESULT WINAPI RegInstallW(HMODULE hm, LPCWSTR pszSection, const STRTABLEW* pstT
int i;
CABINFOW cabinfo;
WCHAR tmp_ini_path[MAX_PATH];
HINF hinf = INVALID_HANDLE_VALUE;
HRESULT hr = E_FAIL;
TRACE("(%p, %s, %p)\n", hm, debugstr_w(pszSection), pstTable);
@ -262,8 +261,6 @@ HRESULT WINAPI RegInstallW(HMODULE hm, LPCWSTR pszSection, const STRTABLEW* pstT
hr = ExecuteCabW(NULL, &cabinfo, NULL);
done:
if (hinf != INVALID_HANDLE_VALUE)
SetupCloseInfFile(hinf);
DeleteFileW(tmp_ini_path);