# HG changeset patch # User Bram Moolenaar # Date 1333713364 -7200 # Node ID bf5960ec253293b7240f59a7682f2e862dacd205 # Parent 4dde9b516e7250714f9e7f70abfb15c998440d29 updated for version 7.3.493 Problem: Two unused variables. Solution: Remove them. (Hong Xu) diff --git a/src/misc1.c b/src/misc1.c --- a/src/misc1.c +++ b/src/misc1.c @@ -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 { diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -715,6 +715,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 493, +/**/ 492, /**/ 491,