[lldb] [gdb-remote] Remove stray GetSupportsThreadSuffix() method (NFC)
authorMichał Górny <mgorny@moritz.systems>
Thu, 14 Jul 2022 09:34:36 +0000 (11:34 +0200)
committerMichał Górny <mgorny@moritz.systems>
Thu, 14 Jul 2022 10:18:17 +0000 (12:18 +0200)
Remove stray GDBRemoteCommunicationClient::GetSupportsThreadSuffix()
method that is not implemented nor used anywhere.

lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h

index 58ed221..d367f75 100644 (file)
@@ -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,