forked from qt-creator/qt-creator
Android: Move AndroidToolChain::suggestedGdbServer to only user
Less code and casting. Change-Id: I43e1b9f90b39a50b2fb4c35fadeb1b244dbe9930 Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
This commit is contained in:
@@ -105,11 +105,6 @@ void AndroidToolChain::addToEnvironment(Environment &env) const
|
||||
AndroidConfigurations::currentConfig().sdkLocation().toString());
|
||||
}
|
||||
|
||||
FilePath AndroidToolChain::suggestedGdbServer() const
|
||||
{
|
||||
return AndroidConfigurations::currentConfig().gdbServer(targetAbi());
|
||||
}
|
||||
|
||||
bool AndroidToolChain::fromMap(const QVariantMap &data)
|
||||
{
|
||||
if (!ClangToolChain::fromMap(data))
|
||||
|
||||
Reference in New Issue
Block a user