Remove useless assignment to a local variables never read later.

This commit is contained in:
Stephan Witt 2020-02-18 08:55:00 +01:00
parent febbc3537a
commit 225de7830e

View File

@ -3419,7 +3419,6 @@ int findForwardAdv(DocIterator & cur, MatchStringAdv & match)
else {
if (++match_len_zero_count > 3) {
LYXERR(Debug::FIND, "match_len2_zero_count: " << match_len_zero_count << ", match_len was " << match_len);
match_len_zero_count = 0;
}
break;
}