Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
dec5bbbe
Commit
dec5bbbe
authored
Nov 21, 2014
by
André Hentschel
Committed by
Alexandre Julliard
Nov 25, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jscript: Remove unused code (Clang).
parent
07b276e0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
engine.c
dlls/jscript/engine.c
+0
-5
jsregexp.c
dlls/jscript/jsregexp.c
+0
-2
No files found.
dlls/jscript/engine.c
View file @
dec5bbbe
...
...
@@ -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
;
...
...
dlls/jscript/jsregexp.c
View file @
dec5bbbe
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment