[lldb] [gdb-remote] Remove unimplemented ProcessIDIsValid() (NFC)

This method is not implemented and not referenced anywhere in the code.

Sponsored by: The FreeBSD Foundation
This commit is contained in:
Michał Górny 2022-08-12 11:17:15 +02:00
parent bf1b9528ff
commit 9ba71d03b0
1 changed files with 0 additions and 2 deletions

View File

@ -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,