forked from OSchip/llvm-project
[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:
parent
bf1b9528ff
commit
9ba71d03b0
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue