diff options
author | Paul Wicking <paul.wicking@qt.io> | 2019-08-03 18:01:21 +0200 |
---|---|---|
committer | Edward Welbourne <edward.welbourne@qt.io> | 2019-08-16 05:53:35 +0000 |
commit | 4614376a9ebc52b63c4f59e69cbfa6f3c43a47b7 (patch) | |
tree | 52da12eee1be1326160aae2f7014ce0538c4ef9c /src/qdoc/main.cpp | |
parent | b8765a7aad93d8e9a4b4fa329ad386b10e39bbe8 (diff) | |
download | qttools-4614376a9ebc52b63c4f59e69cbfa6f3c43a47b7.tar.gz |
QDoc: Get rid of old #if 0 blocks
Most of these have remained unchanged since 2015, so it seems it is
simply not needed. In any case, these lines of code are all contained in
the git history.
Change-Id: I1bda6bc0aad61d59ec2f83de31d29e17d5255b71
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/qdoc/main.cpp')
-rw-r--r-- | src/qdoc/main.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qdoc/main.cpp b/src/qdoc/main.cpp index be9f84488..3ce7ef9ea 100644 --- a/src/qdoc/main.cpp +++ b/src/qdoc/main.cpp @@ -496,10 +496,6 @@ static void processQdocconfFile(const QString &fileName, Config &config) generator->generateDocs(); ++of; } -#if 0 - if (Generator::generating() && Generator::writeQaPages()) - qdb->printLinkCounts(project); -#endif qdb->clearLinkCounts(); qCDebug(lcQdoc, "Terminating qdoc classes"); |