mirror of
https://github.com/reactos/wine.git
synced 2024-12-04 17:56:51 +00:00
oleaut32/tests: Remove redundant assignment (PVS-Studio).
This commit is contained in:
parent
6d3ca3dde4
commit
6e9693edd9
@ -2158,7 +2158,7 @@ static void test_VarAbs(void)
|
||||
V_VT(&vDst) = VT_EMPTY;
|
||||
|
||||
hres = pVarAbs(&v,&vDst);
|
||||
if (ExtraFlags[i] & (VT_ARRAY|VT_ARRAY) ||
|
||||
if (ExtraFlags[i] & VT_ARRAY ||
|
||||
(!ExtraFlags[i] && (vt == VT_UNKNOWN || vt == VT_BSTR ||
|
||||
vt == VT_DISPATCH || vt == VT_ERROR || vt == VT_RECORD)))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user