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
88c06077
Commit
88c06077
authored
Apr 22, 2022
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winedump: Remove unused variables.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
af54377e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
9 deletions
+3
-9
tlb.c
tools/winedump/tlb.c
+3
-9
No files found.
tools/winedump/tlb.c
View file @
88c06077
...
...
@@ -1496,7 +1496,7 @@ static void dump_type(int len, const char *hlp_strings)
unsigned
flags
;
}
misc
;
int
typeinfo_start_offset
,
extra
,
member_offset
,
href_offset
,
i
;
int
vars_header_bytes
=
0
,
vars_bytes
=
0
,
saved_offset
;
int
saved_offset
;
const
void
*
block
;
const
struct
sltg_typeinfo_header
*
ti
;
const
struct
sltg_member_header
*
mem
;
...
...
@@ -1638,7 +1638,7 @@ static void dump_type(int len, const char *hlp_strings)
value
,
vars_start_offset
,
value
+
vars_start_offset
);
print_offset
();
printf
(
"type:
\n
"
);
vars_bytes
+=
sltg_print_compound_type
(
vars_start_offset
,
value
);
sltg_print_compound_type
(
vars_start_offset
,
value
);
}
else
{
...
...
@@ -1681,13 +1681,7 @@ static void dump_type(int len, const char *hlp_strings)
else
printf
(
"helpstring offset = ffffh
\n
"
);
if
(
magic
&
0x20
)
{
print_short_hex
(
"varflags"
);
vars_header_bytes
+=
2
;
}
vars_header_bytes
+=
sizeof
(
struct
sltg_variable
);
if
(
magic
&
0x20
)
print_short_hex
(
"varflags"
);
if
(
next
!=
-
1
)
{
...
...
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