commit | 4f5776c17cd86f904a7e2f92db297c73e28939b7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 12 22:15:19 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 12 22:15:19 2020 +0100 |
tree | 6085e8230e216a7d78b99b39d14bd667a45474cf | |
parent | 3fb377fa78131004138b22a87afe33eeb7649b94 [diff] [blame] |
patch 8.2.0250: test_clear_search_pat() is unused Problem: test_clear_search_pat() is unused. Solution: Remove the function. (Yegappan Lakshmanan, closes #5624)
diff --git a/src/version.c b/src/version.c index 7c31c19..a28fc03 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 250, +/**/ 249, /**/ 248,