]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.493 v7.3.493
authorBram Moolenaar <Bram@vim.org>
Fri, 6 Apr 2012 11:56:04 +0000 (13:56 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 6 Apr 2012 11:56:04 +0000 (13:56 +0200)
Problem:    Two unused variables.
Solution:   Remove them. (Hong Xu)

src/misc1.c
src/version.c

index ddb8889331050e44057ed73e27b05c5e7d8f0d9e..34359a0b0d5505defd55e0d823c1b5ed4799bdea 100644 (file)
@@ -6489,7 +6489,6 @@ get_c_indent()
     int                cont_amount = 0;    /* amount for continuation line */
     int                original_line_islabel;
     int                added_to_amount = 0;
-    int                is_if_for_while = 0;
 
     for (options = curbuf->b_p_cino; *options; )
     {
@@ -6876,7 +6875,6 @@ get_c_indent()
                pos_T       cursor_save = curwin->w_cursor;
                pos_T       outermost;
                char_u      *line;
-               int         look_col;
 
                trypos = &our_paren_pos;
                do {
index 25cbb184183da49dbb2a8469fcb218ab266965c0..e5102e53b50bd67c711e717ffea4b8deccf35e53 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    493,
 /**/
     492,
 /**/