ProjectExplorer: Remove ToolChain::canClone()

Was returning true in all cases.

Change-Id: Iafbafbf44a0b631b83e768c75f963e1bb7821a25
Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
This commit is contained in:
hjk
2019-05-08 17:55:10 +02:00
parent 5311708845
commit a421ff2265
5 changed files with 1 additions and 13 deletions

View File

@@ -197,11 +197,6 @@ Core::Id ToolChain::language() const
return d->m_language;
}
bool ToolChain::canClone() const
{
return true;
}
bool ToolChain::operator == (const ToolChain &tc) const
{
if (this == &tc)