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
ba6e4ff6
Commit
ba6e4ff6
authored
Mar 13, 2015
by
Francois Gouget
Committed by
Alexandre Julliard
Mar 16, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dbghelp: pe_unmap_directory() is unused so remove it.
parent
59eef10f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
11 deletions
+0
-11
dbghelp_private.h
dlls/dbghelp/dbghelp_private.h
+0
-1
pe_module.c
dlls/dbghelp/pe_module.c
+0
-10
No files found.
dlls/dbghelp/dbghelp_private.h
View file @
ba6e4ff6
...
...
@@ -646,7 +646,6 @@ extern struct module*
extern
BOOL
pe_load_debug_info
(
const
struct
process
*
pcs
,
struct
module
*
module
)
DECLSPEC_HIDDEN
;
extern
const
char
*
pe_map_directory
(
struct
module
*
module
,
int
dirno
,
DWORD
*
size
)
DECLSPEC_HIDDEN
;
extern
void
pe_unmap_directoy
(
struct
module
*
module
,
int
dirno
)
DECLSPEC_HIDDEN
;
/* source.c */
extern
unsigned
source_new
(
struct
module
*
module
,
const
char
*
basedir
,
const
char
*
source
)
DECLSPEC_HIDDEN
;
...
...
dlls/dbghelp/pe_module.c
View file @
ba6e4ff6
...
...
@@ -322,16 +322,6 @@ const char* pe_map_directory(struct module* module, int dirno, DWORD* size)
nth
->
OptionalHeader
.
DataDirectory
[
dirno
].
VirtualAddress
,
NULL
);
}
/******************************************************************
* pe_unmap_directory
*
* Unmaps a directory content
*/
void
pe_unmap_directory
(
struct
image_file_map
*
fmap
,
int
dirno
)
{
pe_unmap_full
(
fmap
);
}
static
void
pe_module_remove
(
struct
process
*
pcs
,
struct
module_format
*
modfmt
)
{
pe_unmap_file
(
&
modfmt
->
u
.
pe_info
->
fmap
);
...
...
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