CMake: Remove dead member from CMakeBuildSystem

Change-Id: Iffdc3d67c2309c1cdc427b383c023d8c98eac037
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Tobias Hunger
2020-04-20 15:19:22 +02:00
parent 43895c87a2
commit 82a7adf624

View File

@@ -101,7 +101,6 @@ private:
void handleParsingSucceeded();
void handleParsingFailed(const QString &msg);
CMakeBuildConfiguration *m_buildConfiguration = nullptr;
BuildDirManager m_buildDirManager;
ProjectExplorer::TreeScanner m_treeScanner;