oleaut32/tests: Remove duplicated subexpressions (PVS-Studio).

This commit is contained in:
Michael Stefaniuc 2014-12-15 13:30:10 +01:00 committed by Alexandre Julliard
parent ceaf8bfd83
commit e85db0891b
1 changed files with 0 additions and 1 deletions

View File

@ -6051,7 +6051,6 @@ static void test_VarAnd(void)
else if (leftvt == VT_I4 || rightvt == VT_I4 ||
leftvt == VT_UINT || rightvt == VT_UINT ||
leftvt == VT_INT || rightvt == VT_INT ||
leftvt == VT_UINT || rightvt == VT_UINT ||
leftvt == VT_R4 || rightvt == VT_R4 ||
leftvt == VT_R8 || rightvt == VT_R8 ||
leftvt == VT_CY || rightvt == VT_CY ||