[lldb] [gdb-remote] Remove unimplemented ProcessIDIsValid() (NFC)
authorMichał Górny <mgorny@moritz.systems>
Fri, 12 Aug 2022 09:17:15 +0000 (11:17 +0200)
committerMichał Górny <mgorny@moritz.systems>
Fri, 12 Aug 2022 09:17:15 +0000 (11:17 +0200)
This method is not implemented and not referenced anywhere in the code.

Sponsored by: The FreeBSD Foundation

lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h

index 6ad9b3e..8e2a462 100644 (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,