forked from qt-creator/qt-creator
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user