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:
committed by
Bram Moolenaar
parent
eca7c60d68
commit
b836658a04
@@ -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)
|
||||
|
Reference in New Issue
Block a user