Frédéric Delanoy : winhlp32: Remove dead assignment (Clang).

Alexandre Julliard julliard at winehq.org
Mon Jul 11 13:17:50 CDT 2011


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

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Mon Jul 11 14:49:50 2011 +0200

winhlp32: Remove dead assignment (Clang).

---

 programs/winhlp32/hlpfile.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/programs/winhlp32/hlpfile.c b/programs/winhlp32/hlpfile.c
index 5146c38..cf7bcdc 100644
--- a/programs/winhlp32/hlpfile.c
+++ b/programs/winhlp32/hlpfile.c
@@ -2646,7 +2646,6 @@ static BOOL HLPFILE_DoReadHlpFile(HLPFILE *hlpfile, LPCSTR lpszPath)
     if (!HLPFILE_Uncompress_Topic(hlpfile)) return FALSE;
     if (!HLPFILE_ReadFont(hlpfile)) return FALSE;
 
-    buf = hlpfile->topic_map[0];
     old_index = -1;
     offs = 0;
     do




More information about the wine-cvs mailing list