From: Bram Moolenaar Date: Thu, 14 Apr 2016 15:40:56 +0000 (+0200) Subject: patch 7.4.1736 X-Git-Tag: v7.4.1736 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=baa9fcaf4042a6dbe01e64ce63cb54941ee00f09;p=vim patch 7.4.1736 Problem: Unused variable. Solution: Remove it. (Yasuhiro Matsumoto) --- 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; diff --git a/src/version.c b/src/version.c index 93c74d373..6e2ca8dc1 100644 --- a/src/version.c +++ b/src/version.c @@ -748,6 +748,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1736, /**/ 1735, /**/