gas: Update commit 4780e5e4933
[binutils-gdb.git] / gdbserver / linux-low.h
index c6a17a498f5080a46d6b80c480771f9a603f4757..05067ffc6e6fa3c7d50277b94245118ecaa57a49 100644 (file)
@@ -721,11 +721,6 @@ struct pending_signal
 
 struct lwp_info
 {
-  lwp_info ()
-  {
-    this->waitstatus.kind = TARGET_WAITKIND_IGNORE;
-  }
-
   /* Backlink to the parent object.  */
   struct thread_info *thread = nullptr;