提交 21e84634 编写于 作者: C Cyrus Najmabadi

remove unused function.

上级 74655266
......@@ -84,11 +84,6 @@ public bool IsOperator(SyntaxToken token)
public bool IsReservedKeyword(SyntaxToken token)
=> SyntaxFacts.IsReservedKeyword(token.Kind());
public bool IsReservedKeyword(string text)
{
return SyntaxFacts.GetKeywordKind(text) != SyntaxKind.None; // reserved keywords only
}
public bool IsContextualKeyword(SyntaxToken token)
=> SyntaxFacts.IsContextualKeyword(token.Kind());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册