0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 8.2.4750: small pieces of dead code

Problem:    Small pieces of dead code.
Solution:   Remove the dead code. (Goc Dundar, closes #10190) Rename the
            qftf_cb struct member to avoid confusion.
This commit is contained in:
=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-04-14 20:43:56 +01:00
committed by Bram Moolenaar
parent eca7c60d68
commit b836658a04
5 changed files with 18 additions and 18 deletions

View File

@@ -1249,8 +1249,7 @@ ambw_end:
int x2 = -1;
int x3 = -1;
if (*p != NUL)
p += mb_ptr2len(p);
p += mb_ptr2len(p);
if (*p != NUL)
x2 = *p++;
if (*p != NUL)