forked from qt-creator/qt-creator
CMake: Remove dead code from BuildDirParameters
Change-Id: Iae900ad0a3b901d2e83a2ea8eb2895b5627897fc Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -75,7 +75,6 @@ BuildDirParameters::BuildDirParameters(CMakeBuildConfiguration *bc)
|
|||||||
tc = ToolChainKitAspect::cToolChain(k);
|
tc = ToolChainKitAspect::cToolChain(k);
|
||||||
if (tc)
|
if (tc)
|
||||||
cToolChainId = tc->id();
|
cToolChainId = tc->id();
|
||||||
sysRoot = SysRootKitAspect::sysRoot(k);
|
|
||||||
|
|
||||||
expander = k->macroExpander();
|
expander = k->macroExpander();
|
||||||
|
|
||||||
|
@@ -61,8 +61,6 @@ public:
|
|||||||
QByteArray cxxToolChainId;
|
QByteArray cxxToolChainId;
|
||||||
QByteArray cToolChainId;
|
QByteArray cToolChainId;
|
||||||
|
|
||||||
Utils::FilePath sysRoot;
|
|
||||||
|
|
||||||
Utils::MacroExpander *expander = nullptr;
|
Utils::MacroExpander *expander = nullptr;
|
||||||
|
|
||||||
CMakeConfig configuration;
|
CMakeConfig configuration;
|
||||||
|
Reference in New Issue
Block a user