1
0
forked from aniani/vim

updated for version 7.3.493

Problem:    Two unused variables.
Solution:   Remove them. (Hong Xu)
This commit is contained in:
Bram Moolenaar
2012-04-06 13:56:04 +02:00
parent 5b435d671e
commit b0d7a15d3a
2 changed files with 2 additions and 2 deletions

View 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 {

View File

@@ -714,6 +714,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
493,
/**/
492,
/**/