public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [ob/pushed] struct mi_interp: Remove unused fields
@ 2017-02-02 23:09 Pedro Alves
  0 siblings, 0 replies; only message in thread
From: Pedro Alves @ 2017-02-02 23:09 UTC (permalink / raw)
  To: gdb-patches

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.
---
 gdb/ChangeLog      | 5 +++++
 gdb/mi/mi-common.h | 5 -----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index fbbcc07..95dfd00 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
 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):
 	Moved from cli/cli-logging.c.
 	(cli_set_logging): New function.
diff --git a/gdb/mi/mi-common.h b/gdb/mi/mi-common.h
index e82b4a3..9ee38b0 100644
--- a/gdb/mi/mi-common.h
+++ b/gdb/mi/mi-common.h
@@ -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
-- 
2.5.5

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-02-02 23:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-02 23:09 [ob/pushed] struct mi_interp: Remove unused fields Pedro Alves

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).