oleaut32/tests: Remove duplicate code blocks (PVS-Studio).
This commit is contained in:
parent
baa8363f90
commit
b378baedaa
|
@ -2900,9 +2900,6 @@ static void test_VarMod(void)
|
|||
{
|
||||
hexpected = DISP_E_BADVARTYPE;
|
||||
} else if((l == VT_VARIANT) || (r == VT_VARIANT))
|
||||
{
|
||||
hexpected = DISP_E_BADVARTYPE;
|
||||
} else if(lFound && !rFound)
|
||||
{
|
||||
hexpected = DISP_E_BADVARTYPE;
|
||||
} else if(!lFound && !rFound)
|
||||
|
|
Loading…
Reference in New Issue