mirror of
https://github.com/reactos/wine.git
synced 2025-02-19 20:31:35 +00:00
jscript: Remove unused code (Clang).
This commit is contained in:
parent
07b276e07e
commit
dec5bbbec4
@ -398,11 +398,6 @@ static HRESULT disp_get_id(script_ctx_t *ctx, IDispatch *disp, const WCHAR *name
|
||||
return hres;
|
||||
}
|
||||
|
||||
static inline BOOL var_is_null(const VARIANT *v)
|
||||
{
|
||||
return V_VT(v) == VT_NULL || (V_VT(v) == VT_DISPATCH && !V_DISPATCH(v));
|
||||
}
|
||||
|
||||
static HRESULT disp_cmp(IDispatch *disp1, IDispatch *disp2, BOOL *ret)
|
||||
{
|
||||
IObjectIdentity *identity;
|
||||
|
@ -58,8 +58,6 @@ static const WCHAR idx7W[] = {'$','7',0};
|
||||
static const WCHAR idx8W[] = {'$','8',0};
|
||||
static const WCHAR idx9W[] = {'$','9',0};
|
||||
|
||||
static const WCHAR emptyW[] = {0};
|
||||
|
||||
static inline RegExpInstance *regexp_from_vdisp(vdisp_t *vdisp)
|
||||
{
|
||||
return (RegExpInstance*)vdisp->u.jsdisp;
|
||||
|
Loading…
x
Reference in New Issue
Block a user