aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@moritz.systems>2022-07-14 11:34:36 +0200
committerMichał Górny <mgorny@moritz.systems>2022-07-14 12:18:17 +0200
commitc164efb0064682893fc37d6c07e1e000861d7879 (patch)
tree0e60a3b272c2303bccb77a7f1a2b291a14ca5981
parent[llvm-ar][test] Add testing for bitcode file handling (diff)
downloadllvm-project-c164efb0064682893fc37d6c07e1e000861d7879.tar.gz
llvm-project-c164efb0064682893fc37d6c07e1e000861d7879.tar.bz2
llvm-project-c164efb0064682893fc37d6c07e1e000861d7879.zip
[lldb] [gdb-remote] Remove stray GetSupportsThreadSuffix() method (NFC)
Remove stray GDBRemoteCommunicationClient::GetSupportsThreadSuffix() method that is not implemented nor used anywhere.
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
index 58ed22187747..d367f75cee0e 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,