From a38fe4feddd68b9c0aa082dd078c668ca9f06aae Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Tue, 23 Jun 2015 11:36:49 -0700 Subject: inferior.h (struct inferior_suspend_state): Delete, unused. gdb/ChangeLog: * inferior.h (struct inferior_suspend_state): Delete, unused. All references deleted. --- gdb/gdbthread.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gdb/gdbthread.h') 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 { -- cgit v1.1