diff options
author | Doug Evans <dje@google.com> | 2015-06-23 11:36:49 -0700 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2015-06-23 11:36:49 -0700 |
commit | a38fe4feddd68b9c0aa082dd078c668ca9f06aae (patch) | |
tree | bb29bb372cfa305c216414dccc72f6dc274a8b54 /gdb/gdbthread.h | |
parent | 8e6500c55ef0b9413ab16e384dbfcaa238bcd420 (diff) | |
download | gdb-a38fe4feddd68b9c0aa082dd078c668ca9f06aae.zip gdb-a38fe4feddd68b9c0aa082dd078c668ca9f06aae.tar.gz gdb-a38fe4feddd68b9c0aa082dd078c668ca9f06aae.tar.bz2 |
inferior.h (struct inferior_suspend_state): Delete, unused.
gdb/ChangeLog:
* inferior.h (struct inferior_suspend_state): Delete, unused.
All references deleted.
Diffstat (limited to 'gdb/gdbthread.h')
-rw-r--r-- | gdb/gdbthread.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/gdbthread.h b/gdb/gdbthread.h index 0926f5f..fefad48 100644 --- a/gdb/gdbthread.h +++ b/gdb/gdbthread.h @@ -145,9 +145,7 @@ struct thread_control_state int stepping_command; }; -/* Inferior thread specific part of `struct infcall_suspend_state'. - - Inferior process counterpart is `struct inferior_suspend_state'. */ +/* Inferior thread specific part of `struct infcall_suspend_state'. */ struct thread_suspend_state { |