Commit c0da750e authored by Fabian Maurer's avatar Fabian Maurer Committed by Alexandre Julliard

oleaut32: In userdefined_to_variantvt remove unneeded statement (cppcheck).

parent 6641efad
......@@ -6453,7 +6453,6 @@ static HRESULT userdefined_to_variantvt(ITypeInfo *tinfo, const TYPEDESC *tdesc,
break;
case TKIND_ALIAS:
tdesc = &tattr->tdescAlias;
hr = typedescvt_to_variantvt(tinfo2, &tattr->tdescAlias, vt);
break;
......
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