[vim] 50/139: patch 7.4.1736 Problem: Unused variable. Solution: Remove it. (Yasuhiro Matsumoto)

James McCoy jamessan at debian.org
Fri May 6 04:00:00 UTC 2016


This is an automated email from the git hooks/post-receive script.

jamessan pushed a commit to branch debian/sid
in repository vim.

commit baa9fcaf4042a6dbe01e64ce63cb54941ee00f09
Author: Bram Moolenaar <Bram at vim.org>
Date:   Thu Apr 14 17:40:56 2016 +0200

    patch 7.4.1736
    Problem:    Unused variable.
    Solution:   Remove it. (Yasuhiro Matsumoto)
---
 src/if_py_both.h | 1 -
 src/version.c    | 2 ++
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/if_py_both.h b/src/if_py_both.h
index d6ae880..ceedd4c 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 93c74d3..6e2ca8d 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,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vim/vim.git



More information about the pkg-vim-maintainers mailing list