diff options
author | Michał Górny <mgorny@moritz.systems> | 2022-08-12 11:17:15 +0200 |
---|---|---|
committer | Michał Górny <mgorny@moritz.systems> | 2022-08-12 11:17:15 +0200 |
commit | 9ba71d03b0f0ec82b7f74ec52818236237680348 (patch) | |
tree | 13d4931669a781619598493fec2955c4eccea29e /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h | |
parent | bf1b9528ff3ba1661ce4fd004ac30200312439fc (diff) | |
download | llvm-9ba71d03b0f0ec82b7f74ec52818236237680348.zip llvm-9ba71d03b0f0ec82b7f74ec52818236237680348.tar.gz llvm-9ba71d03b0f0ec82b7f74ec52818236237680348.tar.bz2 |
[lldb] [gdb-remote] Remove unimplemented ProcessIDIsValid() (NFC)
This method is not implemented and not referenced anywhere in the code.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h')
-rw-r--r-- | lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h index 6ad9b3e..8e2a462 100644 --- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h +++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h @@ -308,8 +308,6 @@ protected: bool HasExited(lldb::StateType state) { return state == lldb::eStateExited; } - bool ProcessIDIsValid() const; - void Clear(); bool DoUpdateThreadList(ThreadList &old_thread_list, |