commit | d9d2fd0aa33dd9f7460d6f1e403505a60f7ce2fc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 13 21:15:21 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 13 21:15:21 2022 +0000 |
tree | ce93edde74aa48c017e39bd350b79a7955d89b22 | |
parent | c43e6235c7b3e64f81c6a4e294e4e47abf7a869a [diff] [blame] |
patch 8.2.4086: "cctx" argument of find_func_even_dead() is unused Problem: "cctx" argument of find_func_even_dead() is unused. Solution: Remove the argument.
diff --git a/src/version.c b/src/version.c index 5572303..728d2b8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4086, +/**/ 4085, /**/ 4084,