Fix Vera++ rule for switch statements.

JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com
This commit is contained in:
László Langó
2016-01-27 14:48:35 +01:00
parent 6608cc4b7d
commit e763280761
6 changed files with 15 additions and 35 deletions
-3
View File
@@ -713,7 +713,6 @@ parser_process_unary_expression (parser_context_t *context_p) /**< context */
}
lexer_next_token (context_p);
continue;
/* FALLTHRU */
}
case LEXER_LEFT_SQUARE:
@@ -745,7 +744,6 @@ parser_process_unary_expression (parser_context_t *context_p) /**< context */
parser_emit_cbc (context_p, CBC_PUSH_PROP);
}
continue;
/* FALLTHRU */
}
case LEXER_LEFT_PAREN:
@@ -911,7 +909,6 @@ parser_process_unary_expression (parser_context_t *context_p) /**< context */
parser_emit_cbc_call (context_p, opcode, call_arguments);
continue;
/* FALLTHRU */
}
default: