Mercurial > vim
changeset 3457:bf5960ec2532 v7.3.493
updated for version 7.3.493
Problem: Two unused variables.
Solution: Remove them. (Hong Xu)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Fri, 06 Apr 2012 13:56:04 +0200 |
parents | 4dde9b516e72 |
children | 68817c96c2ac |
files | src/misc1.c src/version.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 {