mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:58:11 +08:00
[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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user