]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4086: "cctx" argument of find_func_even_dead() is unused v8.2.4086
authorBram Moolenaar <Bram@vim.org>
Thu, 13 Jan 2022 21:15:21 +0000 (21:15 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 13 Jan 2022 21:15:21 +0000 (21:15 +0000)
commitd9d2fd0aa33dd9f7460d6f1e403505a60f7ce2fc
treece93edde74aa48c017e39bd350b79a7955d89b22
parentc43e6235c7b3e64f81c6a4e294e4e47abf7a869a
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.
12 files changed:
src/evalfunc.c
src/evalvars.c
src/proto/userfunc.pro
src/testing.c
src/userfunc.c
src/version.c
src/vim9compile.c
src/vim9execute.c
src/vim9expr.c
src/vim9instr.c
src/vim9script.c
src/vim9type.c