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:
Jarek Kobus
2023-11-16 10:01:51 +01:00
parent 8798ed1ace
commit c8541962a6

View File

@@ -171,8 +171,6 @@ expected_str<void> DeviceShell::start()
setupShellProcess(m_shellProcess.get());
CommandLine cmdLine = m_shellProcess->commandLine();
m_shellProcess->setProcessMode(ProcessMode::Writer);
// Moving the process into its own thread ...