forked from qt-creator/qt-creator
DeviceShell: Get rid of unused variable
Change-Id: I8f93364b347460b1daef1149d3ff5c28436b0754 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -171,8 +171,6 @@ expected_str<void> DeviceShell::start()
|
|||||||
|
|
||||||
setupShellProcess(m_shellProcess.get());
|
setupShellProcess(m_shellProcess.get());
|
||||||
|
|
||||||
CommandLine cmdLine = m_shellProcess->commandLine();
|
|
||||||
|
|
||||||
m_shellProcess->setProcessMode(ProcessMode::Writer);
|
m_shellProcess->setProcessMode(ProcessMode::Writer);
|
||||||
|
|
||||||
// Moving the process into its own thread ...
|
// Moving the process into its own thread ...
|
||||||
|
|||||||
Reference in New Issue
Block a user