From c164efb0064682893fc37d6c07e1e000861d7879 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 14 Jul 2022 11:34:36 +0200 Subject: [PATCH] [lldb] [gdb-remote] Remove stray GetSupportsThreadSuffix() method (NFC) Remove stray GDBRemoteCommunicationClient::GetSupportsThreadSuffix() method that is not implemented nor used anywhere. --- lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h index 58ed221..d367f75 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h @@ -254,8 +254,6 @@ public: lldb::addr_t GetShlibInfoAddr(); - bool GetSupportsThreadSuffix(); - bool GetProcessInfo(lldb::pid_t pid, ProcessInstanceInfo &process_info); uint32_t FindProcesses(const ProcessInstanceInfoMatch &process_match_info, -- 2.7.4