Browse Source

* revert r3568, it generates infinite recursion

git-svn-id: trunk@3842 -
peter 19 năm trước cách đây
mục cha
commit
85937fa706
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  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