mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
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.
This commit is contained in:
@@ -361,7 +361,7 @@ typval2type_int(typval_T *tv, int copyID, garray_T *type_gap, int flags)
|
||||
member_type = internal_func_ret_type(idx, 0, NULL);
|
||||
}
|
||||
else
|
||||
ufunc = find_func(name, FALSE, NULL);
|
||||
ufunc = find_func(name, FALSE);
|
||||
}
|
||||
if (ufunc != NULL)
|
||||
{
|
||||
|
Reference in New Issue
Block a user