* Make fpdoc happy (and me too)

git-svn-id: trunk@47491 -
This commit is contained in:
michael 2020-11-20 15:35:10 +00:00
parent f68804e9cd
commit c986cf9347

View File

@ -48,7 +48,6 @@ type
TDepthFirstCallbackType = specialize TDepthFirstCallback<T>;
TBreadthFirstCallbackType = specialize TBreadthFirstCallback<T>;
private type
type
TStackType = specialize TStack<TTreeNodeType>;
TQueueType = specialize TQueue<TTreeNodeType>;
private