summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-04-14 17:40:56 +0200
committerBram Moolenaar <Bram@vim.org>2016-04-14 17:40:56 +0200
commitbaa9fcaf4042a6dbe01e64ce63cb54941ee00f09 (patch)
tree8bed805ec7106158b08c91b1a3f05f2106218d4c /src
parent451f849fd6282a4facd4f0f58af62837443fb5a6 (diff)
patch 7.4.1736v7.4.1736
Problem: Unused variable. Solution: Remove it. (Yasuhiro Matsumoto)
Diffstat (limited to 'src')
-rw-r--r--src/if_py_both.h1
-rw-r--r--src/version.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/if_py_both.h b/src/if_py_both.h
index d6ae880666..ceedd4c5c9 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;
diff --git a/src/version.c b/src/version.c
index 93c74d3731..6e2ca8dc17 100644
--- a/src/version.c
+++ b/src/version.c
@@ -749,6 +749,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1736,
+/**/
1735,
/**/
1734,