Commit b378baed authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

oleaut32/tests: Remove duplicate code blocks (PVS-Studio).

parent baa8363f
......@@ -2902,9 +2902,6 @@ static void test_VarMod(void)
} else if((l == VT_VARIANT) || (r == VT_VARIANT))
{
hexpected = DISP_E_BADVARTYPE;
} else if(lFound && !rFound)
{
hexpected = DISP_E_BADVARTYPE;
} else if(!lFound && !rFound)
{
hexpected = DISP_E_BADVARTYPE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment