forked from qt-creator/qt-creator
RemoteLinux: Remove AbstractRemoteLinuxDeployService::setDevice
Unused now. Change-Id: I53ec97026e49435d1ca84b4f925e82c233853a8f Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -96,11 +96,6 @@ void AbstractRemoteLinuxDeployService::setTarget(Target *target)
|
||||
d->deviceConfiguration = DeviceKitAspect::device(kit());
|
||||
}
|
||||
|
||||
void AbstractRemoteLinuxDeployService::setDevice(const IDevice::ConstPtr &device)
|
||||
{
|
||||
d->deviceConfiguration = device;
|
||||
}
|
||||
|
||||
void AbstractRemoteLinuxDeployService::start()
|
||||
{
|
||||
QTC_ASSERT(!d->m_taskTree, return);
|
||||
|
||||
Reference in New Issue
Block a user