# HG changeset patch # User Christian Brabandt # Date 1460648705 -7200 # Node ID fe12294683d80893091d2ec0721880e814764679 # Parent eccef42b993b6e9e35c252d00a21c366d214bf4c commit https://github.com/vim/vim/commit/baa9fcaf4042a6dbe01e64ce63cb54941ee00f09 Author: Bram Moolenaar Date: Thu Apr 14 17:40:56 2016 +0200 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 --- a/src/if_py_both.h +++ b/src/if_py_both.h @@ -3006,7 +3006,6 @@ FunctionAttr(FunctionObject *self, char 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 --- 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,