inferior.h (struct inferior_suspend_state): Delete, unused.

gdb/ChangeLog:

	* inferior.h (struct inferior_suspend_state): Delete, unused.
	All references deleted.
This commit is contained in:
Doug Evans
2015-06-23 11:36:49 -07:00
parent 8e6500c55e
commit a38fe4fedd
4 changed files with 6 additions and 34 deletions

View File

@@ -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
{