diff options
author | Kazu Hirata <kazu@google.com> | 2025-05-04 11:56:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-04 11:56:22 -0700 |
commit | 61714c16be4935d03f52ea7f11cee2f58a82d9fd (patch) | |
tree | 5cbd3c62af7bfdaa177948295db0a10844e17ad3 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp | |
parent | ac69fcf54f28128d0b72143c88a3a7a87dfd3bd4 (diff) | |
download | llvm-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/GDBRemoteCommunicationClient.cpp')
-rw-r--r-- | lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp index 748f95c..c4c2a8a 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp @@ -2151,7 +2151,6 @@ bool GDBRemoteCommunicationClient::GetCurrentProcessInfo(bool allow_lazy) { llvm::StringRef value; uint32_t cpu = LLDB_INVALID_CPUTYPE; uint32_t sub = 0; - std::string arch_name; std::string os_name; std::string environment; std::string vendor_name; |