From c8541962a61a06948cd4ed9c42c70a23980681fd Mon Sep 17 00:00:00 2001 From: Jarek Kobus Date: Thu, 16 Nov 2023 10:01:51 +0100 Subject: [PATCH] DeviceShell: Get rid of unused variable Change-Id: I8f93364b347460b1daef1149d3ff5c28436b0754 Reviewed-by: Reviewed-by: Christian Stenger --- src/libs/utils/deviceshell.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libs/utils/deviceshell.cpp b/src/libs/utils/deviceshell.cpp index f459e33d255..77b197f80ba 100644 --- a/src/libs/utils/deviceshell.cpp +++ b/src/libs/utils/deviceshell.cpp @@ -171,8 +171,6 @@ expected_str DeviceShell::start() setupShellProcess(m_shellProcess.get()); - CommandLine cmdLine = m_shellProcess->commandLine(); - m_shellProcess->setProcessMode(ProcessMode::Writer); // Moving the process into its own thread ...