forked from qt-creator/qt-creator
Remove ToolChain::defaultMakeTarget
That was a Symbian specific hack. Change-Id: I6c9ed3d4c856699ce0930aa507b3aba43ca94785 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -133,11 +133,6 @@ bool ToolChain::canClone() const
|
||||
return true;
|
||||
}
|
||||
|
||||
QString ToolChain::defaultMakeTarget() const
|
||||
{
|
||||
return QString();
|
||||
}
|
||||
|
||||
bool ToolChain::operator == (const ToolChain &tc) const
|
||||
{
|
||||
if (this == &tc)
|
||||
|
||||
Reference in New Issue
Block a user