mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
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:
@ -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>
|
2017-02-02 Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
* cli/cli-interp.c (struct saved_output_files, saved_output):
|
* cli/cli-interp.c (struct saved_output_files, saved_output):
|
||||||
|
@ -71,11 +71,6 @@ struct mi_interp
|
|||||||
|
|
||||||
/* MI's CLI builder (wraps OUT). */
|
/* MI's CLI builder (wraps OUT). */
|
||||||
struct ui_out *cli_uiout;
|
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
|
#endif
|
||||||
|
Reference in New Issue
Block a user