=?UTF-8?Q?Michael=20M=C3=BCller=20?=: imagehlp: Remove unused structure.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Aug 12 09:17:54 CDT 2015


Module: wine
Branch: master
Commit: b741180b3a164915049f31c1fd148a701c3e1d40
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b741180b3a164915049f31c1fd148a701c3e1d40

Author: Michael Müller <michael at fds-team.de>
Date:   Tue Aug 11 09:24:46 2015 +0200

imagehlp: Remove unused structure.

---

 dlls/imagehlp/access.c | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/dlls/imagehlp/access.c b/dlls/imagehlp/access.c
index 9e1f187..6a33c0c 100644
--- a/dlls/imagehlp/access.c
+++ b/dlls/imagehlp/access.c
@@ -36,23 +36,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(imagehlp);
 
 static PLOADED_IMAGE IMAGEHLP_pFirstLoadedImage=NULL;
 
-static LOADED_IMAGE IMAGEHLP_EmptyLoadedImage = {
-  NULL,       /* ModuleName */
-  0,          /* hFile */
-  NULL,       /* MappedAddress */
-  NULL,       /* FileHeader */
-  NULL,       /* LastRvaSection */
-  0,          /* NumberOfSections */
-  NULL,       /* Sections */
-  1,          /* Characteristics */
-  FALSE,      /* fSystemImage */
-  FALSE,      /* fDOSImage */
-  FALSE,      /* fReadOnly */
-  0,          /* Version */
-  { &IMAGEHLP_EmptyLoadedImage.Links, &IMAGEHLP_EmptyLoadedImage.Links }, /* Links */
-  148,        /* SizeOfImage; */
-};
-
 DECLSPEC_HIDDEN extern HANDLE IMAGEHLP_hHeap;
 
 /***********************************************************************




More information about the wine-cvs mailing list