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
4a79345d
Commit
4a79345d
authored
Nov 24, 2012
by
Andrew Talbot
Committed by
Alexandre Julliard
Nov 26, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
imagehlp: Remove unused variable.
parent
16b43ef0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
access.c
dlls/imagehlp/access.c
+0
-4
No files found.
dlls/imagehlp/access.c
View file @
4a79345d
...
...
@@ -35,7 +35,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(imagehlp);
*/
static
PLOADED_IMAGE
IMAGEHLP_pFirstLoadedImage
=
NULL
;
static
PLOADED_IMAGE
IMAGEHLP_pLastLoadedImage
=
NULL
;
static
LOADED_IMAGE
IMAGEHLP_EmptyLoadedImage
=
{
NULL
,
/* ModuleName */
...
...
@@ -136,9 +135,6 @@ BOOL WINAPI ImageUnload(PLOADED_IMAGE pLoadedImage)
if
(
pCurrent
->
Flink
)
pCurrent
->
Flink
->
Blink
=
pCurrent
->
Blink
;
else
IMAGEHLP_pLastLoadedImage
=
pCurrent
->
Blink
?
CONTAINING_RECORD
(
pCurrent
->
Blink
,
LOADED_IMAGE
,
Links
)
:
NULL
;
return
FALSE
;
}
...
...
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