mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
jscript: Remove an incorrect and unnecessary error check.
This commit is contained in:
parent
58825125ce
commit
33d091fef6
@ -105,8 +105,6 @@ static HRESULT Error_toString(script_ctx_t *ctx, vdisp_t *vthis, WORD flags,
|
||||
msg = NULL;
|
||||
}else {
|
||||
ret = SysAllocString(object_errorW);
|
||||
if(!V_BSTR(retv))
|
||||
hres = E_OUTOFMEMORY;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user