aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-05-04 11:56:22 -0700
committerGitHub <noreply@github.com>2025-05-04 11:56:22 -0700
commit61714c16be4935d03f52ea7f11cee2f58a82d9fd (patch)
tree5cbd3c62af7bfdaa177948295db0a10844e17ad3 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
parentac69fcf54f28128d0b72143c88a3a7a87dfd3bd4 (diff)
downloadllvm-61714c16be4935d03f52ea7f11cee2f58a82d9fd.zip
llvm-61714c16be4935d03f52ea7f11cee2f58a82d9fd.tar.gz
llvm-61714c16be4935d03f52ea7f11cee2f58a82d9fd.tar.bz2
[lldb] Remove unused local variables (NFC) (#138457)
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
index adedfa8..d8c7e43 100644
--- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
+++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
@@ -904,7 +904,6 @@ Status GDBRemoteCommunication::StartDebugserverProcess(
if (!debugserver_file_spec)
return Status::FromErrorString("unable to locate " DEBUGSERVER_BASENAME);
- std::string debugserver_path = debugserver_file_spec.GetPath();
launch_info.SetExecutableFile(debugserver_file_spec,
/*add_exe_file_as_first_arg=*/true);