chore: remove unused code.

This commit is contained in:
2024-08-13 22:42:11 +08:00
parent 3ed8bf5d36
commit 65d4d0e6e8
6 changed files with 14 additions and 17 deletions

View File

@@ -12,11 +12,6 @@ public abstract class ParseResult<TToken, T>
/// </summary>
public abstract T Value { get; }
protected ParseResult()
{
}
/// <summary>
/// 在当前结果上应用下一个解析器
/// </summary>