struct mi_interp: Remove unused fields

gdb/ChangeLog:
2017-02-02  Pedro Alves  <palves@redhat.com>

	* mi/mi-common.h (struct mi_interp): Delete the mi2_interp,
	mi1_interp and mi_interp fields.
This commit is contained in:
Pedro Alves 2017-02-02 23:08:12 +00:00
parent e17b0c351f
commit ec4cb20ba9
2 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2017-02-02 Pedro Alves <palves@redhat.com>
* mi/mi-common.h (struct mi_interp): Delete the mi2_interp,
mi1_interp and mi_interp fields.
2017-02-02 Pedro Alves <palves@redhat.com>
* cli/cli-interp.c (struct saved_output_files, saved_output):

View File

@ -71,11 +71,6 @@ struct mi_interp
/* MI's CLI builder (wraps OUT). */
struct ui_out *cli_uiout;
/* This is the interpreter for the mi... */
struct interp *mi2_interp;
struct interp *mi1_interp;
struct interp *mi_interp;
};
#endif