diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-04-14 17:40:56 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-04-14 17:40:56 +0200 |
commit | baa9fcaf4042a6dbe01e64ce63cb54941ee00f09 (patch) | |
tree | 8bed805ec7106158b08c91b1a3f05f2106218d4c /src/if_py_both.h | |
parent | 451f849fd6282a4facd4f0f58af62837443fb5a6 (diff) | |
download | vim-baa9fcaf4042a6dbe01e64ce63cb54941ee00f09.zip |
patch 7.4.1736
Problem: Unused variable.
Solution: Remove it. (Yasuhiro Matsumoto)
Diffstat (limited to 'src/if_py_both.h')
-rw-r--r-- | src/if_py_both.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/if_py_both.h b/src/if_py_both.h index d6ae88066..ceedd4c5c 100644 --- a/src/if_py_both.h +++ b/src/if_py_both.h @@ -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; |