fixups from rebase

This commit is contained in:
Andrew Kelley
2018-04-08 18:49:20 -04:00
parent 8f4ad95777
commit acd8f6ef18
5 changed files with 4 additions and 36 deletions

View File

@@ -1037,7 +1037,6 @@ static AstNode *ast_parse_suffix_op_expr(ParseContext *pc, size_t *token_index,
Token *async_token = &pc->tokens->at(*token_index);
if (async_token->id == TokenIdKeywordAsync) {
size_t token_index_of_async = *token_index;
*token_index += 1;
AstNode *allocator_expr_node = nullptr;