提交 29793af0 编写于 作者: C Cyrus Najmabadi

Remove comment

上级 6883b870
......@@ -6970,7 +6970,6 @@ private BlockSyntax ParseBlock()
if (this.IsIncrementalAndFactoryContextMatches && this.CurrentNodeKind == SyntaxKind.Block)
return (BlockSyntax)this.EatNode();
// There's a special error code for a missing token after an accessor keyword
CSharpSyntaxNode openBrace = this.EatToken(SyntaxKind.OpenBraceToken);
var statements = _pool.Allocate<StatementSyntax>();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册