提交 0e50dd97 编写于 作者: C CyrusNajmabadi

Remove unnecessary comment.

上级 6807973d
......@@ -61,8 +61,6 @@ internal class DisabledTextTriviaStructureProvider : AbstractSyntaxTriviaStructu
}
var endPos = GetEndPositionIncludingLastNewLine(trivia, parentTriviaList, indexInParent);
// Now, exclude the last newline if there is one.
endPos = GetEndPositionExludingLastNewLine(syntaxTree, endPos, cancellationToken);
var span = TextSpan.FromBounds(startPos, endPos);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册