X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5d464b982709f072939b2bcd51861371d2a11bf..b63b07a809f9a3d22596d4971ef5c8971153823a:/src/html/htmltag.cpp diff --git a/src/html/htmltag.cpp b/src/html/htmltag.cpp index c14b39fe2d..c24739b189 100644 --- a/src/html/htmltag.cpp +++ b/src/html/htmltag.cpp @@ -149,7 +149,6 @@ wxHtmlTagsCache::wxHtmlTagsCache(const wxString& source) // found a match if (match_pos == tag_len) { pos = pos - tag_len - 3; - stpos = pos; break; } else {