winhlp32: Remove dead assignment (Clang).

This commit is contained in:
Frédéric Delanoy 2011-07-11 14:49:50 +02:00 committed by Alexandre Julliard
parent 7b49ddbaba
commit dcf9d74be7

View file

@ -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