提交 c009ba6b 编写于 作者: P Petr Houska

Cleanup of unused memeber.

上级 696a64a9
......@@ -501,7 +501,6 @@ internal static class Functions<T>
{
public static readonly Func<T, T> Identity = t => t;
public static readonly Func<T, bool> True = t => true;
public static readonly Func<T, bool> False = t => false;
}
/// <summary>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册