Remove declarations of is_running/is_stopped/is_exited
authorPedro Alves <palves@redhat.com>
Fri, 23 Nov 2018 13:36:59 +0000 (13:36 +0000)
committerPedro Alves <palves@redhat.com>
Fri, 23 Nov 2018 13:36:59 +0000 (13:36 +0000)
commit6af05e645ab7fbbb4e0b663f50febf052e6d09a0
tree9743b9e70a55c511961125fe921c5177dee3ccb0
parent8e4b63920116e5c0e5c7efbda29160356b3c868d
Remove declarations of is_running/is_stopped/is_exited

The recent commit 080363310650 ("Per-inferior thread list, thread
ranges/iterators, down with ALL_THREADS, etc.") removed the
definitions of is_running/is_stopped/is_exited but missed removing the
declarations.

gdb/ChangeLog:
2018-11-23  Pedro Alves  <palves@redhat.com>

* gdbthread.h (enum thread_state): Move comments here.
(is_running, is_stopped, is_exited): Remove declarations.
gdb/ChangeLog
gdb/gdbthread.h