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.
+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):
/* 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