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
55a0ec42
Commit
55a0ec42
authored
May 29, 2019
by
Zebediah Figura
Committed by
Alexandre Julliard
May 29, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
widl: Remove an unused variable.
Signed-off-by:
Zebediah Figura
<
z.figura12@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
3c4d0bf4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
typegen.c
tools/widl/typegen.c
+0
-4
No files found.
tools/widl/typegen.c
View file @
55a0ec42
...
...
@@ -2951,15 +2951,11 @@ static unsigned int write_array_tfs(FILE *file, const attr_list_t *attrs, type_t
unsigned
int
size
;
unsigned
int
start_offset
;
unsigned
char
fc
;
int
pointer_type
=
get_attrv
(
attrs
,
ATTR_POINTERTYPE
);
unsigned
int
baseoff
=
!
type_array_is_decl_as_ptr
(
type
)
&&
current_structure
?
type_memsize
(
current_structure
)
:
0
;
if
(
!
pointer_type
)
pointer_type
=
FC_RP
;
if
(
!
is_string_type
(
attrs
,
type_array_get_element
(
type
)))
write_embedded_types
(
file
,
attrs
,
type_array_get_element
(
type
),
name
,
FALSE
,
typestring_offset
);
...
...
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