From c55d437d29a6fd014a1d47e1d2d05069879bf259 Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Tue, 25 Feb 2014 12:12:15 +0100 Subject: doc: Remove "current child" code The current child concept was added to the Name Collision Node to heuristically provide better linking when a link operation reached a collision node. It is doubtful that this improved linking much, but now that qdoc uses multiple trees, it is much less likely that collision nodes will occur. In fact, there are none in in the current Qt5. Therefore, the current child code is hereby removed from qdoc. Task-number: QTBUG-37067 Change-Id: I33aea5d550afb7ceaf941d49112e02c21d44f6dc Reviewed-by: Martin Smith --- src/tools/qdoc/cppcodeparser.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/tools/qdoc/cppcodeparser.cpp') diff --git a/src/tools/qdoc/cppcodeparser.cpp b/src/tools/qdoc/cppcodeparser.cpp index d9a05cd111e..6603ba6385a 100644 --- a/src/tools/qdoc/cppcodeparser.cpp +++ b/src/tools/qdoc/cppcodeparser.cpp @@ -264,7 +264,6 @@ void CppCodeParser::doneParsingHeaderFiles() */ void CppCodeParser::doneParsingSourceFiles() { - qdb_->primaryTreeRoot()->clearCurrentChildPointers(); qdb_->primaryTreeRoot()->normalizeOverloads(); qdb_->fixInheritance(); qdb_->resolveProperties(); -- cgit v1.2.3