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
474033a4
Commit
474033a4
authored
May 17, 2016
by
Nikolay Sivov
Committed by
Alexandre Julliard
May 18, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dwrite/tests: Remove unused functions (Clang).
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
dc8f504b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
15 deletions
+1
-15
analyzer.c
dlls/dwrite/tests/analyzer.c
+1
-8
layout.c
dlls/dwrite/tests/layout.c
+0
-7
No files found.
dlls/dwrite/tests/analyzer.c
View file @
474033a4
...
...
@@ -114,13 +114,6 @@ static inline void flush_sequence(struct call_sequence **seg, int sequence_index
call_seq
->
count
=
call_seq
->
size
=
0
;
}
static
inline
void
flush_sequences
(
struct
call_sequence
**
seq
,
int
n
)
{
int
i
;
for
(
i
=
0
;
i
<
n
;
i
++
)
flush_sequence
(
seq
,
i
);
}
static
void
init_call_sequences
(
struct
call_sequence
**
seq
,
int
n
)
{
int
i
;
...
...
@@ -902,7 +895,7 @@ static void init_expected_sa(struct call_sequence **seq, const struct sa_test *t
static
const
struct
call_entry
end_of_sequence
=
{
LastKind
};
int
i
;
flush_sequence
(
seq
,
0
);
flush_sequence
(
seq
,
ANALYZER_ID
);
/* add expected calls */
for
(
i
=
0
;
i
<
test
->
item_count
;
i
++
)
...
...
dlls/dwrite/tests/layout.c
View file @
474033a4
...
...
@@ -321,13 +321,6 @@ static inline void flush_sequence(struct drawcall_sequence **seg, int sequence_i
call_seq
->
count
=
call_seq
->
size
=
0
;
}
static
inline
void
flush_sequences
(
struct
drawcall_sequence
**
seq
,
int
n
)
{
int
i
;
for
(
i
=
0
;
i
<
n
;
i
++
)
flush_sequence
(
seq
,
i
);
}
static
void
init_call_sequences
(
struct
drawcall_sequence
**
seq
,
int
n
)
{
int
i
;
...
...
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