Remove new_thread_notify and dead_thread_notify
authorYao Qi <yao.qi@linaro.org>
Mon, 25 Jan 2016 16:11:43 +0000 (16:11 +0000)
committerYao Qi <yao.qi@linaro.org>
Mon, 25 Jan 2016 16:11:43 +0000 (16:11 +0000)
commita0f8e08a3c357ae24d3244940e1c6b405a0c17cc
treebc82bd8a90371cc8e608e4c8fb158ae8b133684e
parent840855c5edfb840a97fb063fd8f44a7e9e537b87
Remove new_thread_notify and dead_thread_notify

They were added by

  PATCH: Multithreaded debugging for gdbserver
  https://sourceware.org/ml/gdb-patches/2002-06/msg00157.html

but as a no-op, and the last usage of them was removed by

  [gdbserver/RFC/RFA] Implement multiprocess extensions, add linux multiproces support.
  https://sourceware.org/ml/gdb-patches/2009-03/msg00667.html

This patch is to remove them.

gdb/gdbserver:

2016-01-25  Yao Qi  <yao.qi@linaro.org>

* remote-utils.c (new_thread_notify): Remove.
(dead_thread_notify): Likewise.
* remote-utils.h (new_thread_notify): Remove declaration.
(dead_thread_notify): Likewise.
gdb/gdbserver/ChangeLog
gdb/gdbserver/remote-utils.c
gdb/gdbserver/remote-utils.h