]> granicus.if.org Git - vim/commitdiff
patch 7.4.1736 v7.4.1736
authorBram Moolenaar <Bram@vim.org>
Thu, 14 Apr 2016 15:40:56 +0000 (17:40 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 14 Apr 2016 15:40:56 +0000 (17:40 +0200)
Problem:    Unused variable.
Solution:   Remove it. (Yasuhiro Matsumoto)

src/if_py_both.h
src/version.c

index d6ae8806665f188796444f8712e67d06171dc610..ceedd4c5c98e686e4981f880ed4a219c28de9a45 100644 (file)
@@ -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;
index 93c74d373158efbc942f02e6bb3eef7a63100504..6e2ca8dc1708b89a09ef1578a05cbce8a089b220 100644 (file)
@@ -748,6 +748,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1736,
 /**/
     1735,
 /**/