oleaut32: Remove an unused assignment (PVS-Studio).

This commit is contained in:
Michael Stefaniuc 2015-01-21 11:59:34 +01:00 committed by Alexandre Julliard
parent fd925d0e5b
commit 54aaa16d8f

View file

@ -198,8 +198,6 @@ _marshal_interface(marshal_state *buf, REFIID riid, LPUNKNOWN pUnk) {
return xbuf_add(buf,(LPBYTE)&xsize,sizeof(xsize));
}
hres = E_FAIL;
TRACE("...%s...\n",debugstr_guid(riid));
hres = CreateStreamOnHGlobal(0,TRUE,&pStm);