提交 09226a67 编写于 作者: C Cyrus Najmabadi

Remove unnecessary check.

上级 90aa04bb
......@@ -83,11 +83,6 @@ private void Lookup(Node currentNode, char[] queryCharacters, int queryLength, i
result.Add(new string(currentNode.LowerCaseCharacters));
}
if (currentNode.ChildCount == 0)
{
return;
}
var min = editDistance - threshold;
var max = editDistance + threshold;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册