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
9738f40e
Commit
9738f40e
authored
Aug 28, 2010
by
Andrew Talbot
Committed by
Alexandre Julliard
Aug 30, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dbghelp: Remove unused functions.
parent
535f7bde
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
pe_module.c
dlls/dbghelp/pe_module.c
+0
-11
No files found.
dlls/dbghelp/pe_module.c
View file @
9738f40e
...
...
@@ -463,17 +463,6 @@ static BOOL pe_load_coff_symbol_table(struct module* module)
return
TRUE
;
}
static
inline
void
*
pe_get_sect
(
IMAGE_NT_HEADERS
*
nth
,
void
*
mapping
,
IMAGE_SECTION_HEADER
*
sect
)
{
return
(
sect
)
?
RtlImageRvaToVa
(
nth
,
mapping
,
sect
->
VirtualAddress
,
NULL
)
:
NULL
;
}
static
inline
DWORD
pe_get_sect_size
(
IMAGE_SECTION_HEADER
*
sect
)
{
return
(
sect
)
?
sect
->
SizeOfRawData
:
0
;
}
/******************************************************************
* pe_load_stabs
*
...
...
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