mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 7.4.1736
Problem: Unused variable. Solution: Remove it. (Yasuhiro Matsumoto)
This commit is contained in:
@@ -3006,7 +3006,6 @@ FunctionAttr(FunctionObject *self, char *name)
|
||||
static void
|
||||
set_partial(FunctionObject *self, partial_T *pt, int exported)
|
||||
{
|
||||
typval_T *curtv;
|
||||
int i;
|
||||
|
||||
pt->pt_name = self->name;
|
||||
|
Reference in New Issue
Block a user