forked from qt-creator/qt-creator
Utils: Remove one spurious static function from QtcProcess
The next one could probably be merged into FilePath::searchInPath Change-Id: If32fe77fb19b628a44d212bb8420443bd4f04899 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -1617,12 +1617,6 @@ void QtcProcess::stop()
|
||||
d->m_killTimer.start(d->m_process->m_setup.m_reaperTimeout);
|
||||
}
|
||||
|
||||
QString QtcProcess::locateBinary(const QString &binary)
|
||||
{
|
||||
const QByteArray path = qgetenv("PATH");
|
||||
return locateBinary(QString::fromLocal8Bit(path), binary);
|
||||
}
|
||||
|
||||
/*!
|
||||
\class Utils::SynchronousProcess
|
||||
|
||||
|
||||
Reference in New Issue
Block a user