소스 검색

* revert r3568, it generates infinite recursion

git-svn-id: trunk@3842 -
peter 19 년 전
부모
커밋
85937fa706
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      fcl/xml/dom.pp

+ 0 - 5
fcl/xml/dom.pp

@@ -959,11 +959,6 @@ function TDOMNodeList.GetCount: LongWord;
 var
   child: TDOMNode;
 begin
-  if not UseFilter then
-    begin
-      Result := Count;
-      exit;
-    end;
   Result := 0;
   child := node.FirstChild;
   while Assigned(child) do