commit | b836658a04ee5456deca2ee523de9efe51252da3 | [log] [tgz] |
---|---|---|
author | =?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com> | Thu Apr 14 20:43:56 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 14 20:43:56 2022 +0100 |
tree | d2cbeafd920a3ed6a81196788e83a8e708d99c48 | |
parent | eca7c60d68e63001dbe3c8e5d240b0895e607fc3 [diff] [blame] |
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.
diff --git a/src/optionstr.c b/src/optionstr.c index 2accd3d..3de23ba 100644 --- a/src/optionstr.c +++ b/src/optionstr.c
@@ -1249,8 +1249,7 @@ 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)