msi: automation: Remove redundant VariantClear(pVarResult).

This commit is contained in:
Misha Koshelev 2007-06-01 20:06:28 -05:00 committed by Alexandre Julliard
parent e7d25cb4fd
commit 1e6bcb028d
1 changed files with 0 additions and 2 deletions

View File

@ -758,8 +758,6 @@ static HRESULT WINAPI SummaryInfoImpl_Invoke(
static WCHAR szEmpty[] = {0};
VariantClear(pVarResult);
hr = DispGetParam(pDispParams, 0, VT_I4, &varg0, puArgErr);
if (FAILED(hr)) return hr;
pid = V_I4(&varg0);