summaryrefslogtreecommitdiff
path: root/src/qdoc/clangcodeparser.cpp
diff options
context:
space:
mode:
authorLuca Di Sera <luca.disera@qt.io>2023-03-24 11:13:45 +0100
committerLuca Di Sera <luca.disera@qt.io>2023-03-27 11:44:38 +0100
commit3e67f3d5538522efebf99855c1cd7c2eca3f61f9 (patch)
tree940b84aed17f3900a27a8a526d409ea5f5982367 /src/qdoc/clangcodeparser.cpp
parentdf735050ecd01687f17df8f161c706541319ad05 (diff)
downloadqttools-3e67f3d5538522efebf99855c1cd7c2eca3f61f9.tar.gz
QDoc: Remove unused variable `sourceFileNames`
When QDoc runs it collects a series of input source files based on certain configuration variables. The files are collected into two maps, in `processQDocConfFile`, `sources` and `sourceFileNames`. The collected input source files are later used as the base for extracting the user-provided documentation. Nonetheless, `sourceFileNames`, which is populated along with `sources` was never used and is thus removed as dead code. Change-Id: Ie02025e8b1054e4a4f3e9235ee1cc2d7631a2935 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/qdoc/clangcodeparser.cpp')
0 files changed, 0 insertions, 0 deletions