forked from aniani/vim
patch 8.2.0085: dead code in builtin functions
Problem: Dead code in builtin functions. Solution: Clean up the code.
This commit is contained in:
@@ -885,7 +885,7 @@ f_prop_type_delete(typval_T *argvars, typval_T *rettv UNUSED)
|
||||
* prop_type_get({name} [, {bufnr}])
|
||||
*/
|
||||
void
|
||||
f_prop_type_get(typval_T *argvars, typval_T *rettv UNUSED)
|
||||
f_prop_type_get(typval_T *argvars, typval_T *rettv)
|
||||
{
|
||||
char_u *name = tv_get_string(&argvars[0]);
|
||||
|
||||
|
Reference in New Issue
Block a user