oleaut32/tests: Remove variable expectedhres which is not really used from test_VarDiv.

This commit is contained in:
Gerald Pfeifer 2010-05-02 21:23:49 +02:00 committed by Alexandre Julliard
parent 9c69b23551
commit 9c3729795f
1 changed files with 1 additions and 2 deletions

View File

@ -7130,7 +7130,7 @@ static void test_VarDiv(void)
VARIANT left, right, exp, result, cy, dec;
BSTR num1_str, num2_str;
VARTYPE i;
HRESULT hres, expectedhres;
HRESULT hres;
double r;
num1_str = SysAllocString(str1);
@ -7170,7 +7170,6 @@ static void test_VarDiv(void)
V_VT(&right) = rightvt | ExtraFlags[i];
V_VT(&result) = VT_EMPTY;
resvt = VT_EMPTY;
expectedhres = S_OK;
if (leftvt == VT_BSTR)
V_BSTR(&left) = num2_str;