From a1521579983860f4f7b02d6eddc478448715ac0b Mon Sep 17 00:00:00 2001 From: Pierre Rossi Date: Tue, 25 Sep 2012 14:35:12 +0200 Subject: QDoc: remove the experimental basedir variable It was introduced in the early days of the docs' modularization and appears not to be used anywhere anymore. Change-Id: I5b0c60d92828624af2129153fce96ad01aec861c Reviewed-by: Martin Smith --- src/tools/qdoc/cppcodeparser.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/tools/qdoc/cppcodeparser.cpp') diff --git a/src/tools/qdoc/cppcodeparser.cpp b/src/tools/qdoc/cppcodeparser.cpp index de7b833ff74..d4fe0ff5f75 100644 --- a/src/tools/qdoc/cppcodeparser.cpp +++ b/src/tools/qdoc/cppcodeparser.cpp @@ -166,7 +166,6 @@ void CppCodeParser::parseHeaderFile(const Location& location, const QString& fil currentFile_.clear(); return; } - createOutputSubdirectory(location, filePath); reset(); Location fileLocation(filePath); @@ -199,7 +198,6 @@ void CppCodeParser::parseSourceFile(const Location& location, const QString& fil currentFile_.clear(); return; } - createOutputSubdirectory(location, filePath); reset(); Location fileLocation(filePath); -- cgit v1.2.3