struct mi_interp: Remove unused fields
authorPedro Alves <palves@redhat.com>
Thu, 2 Feb 2017 23:08:12 +0000 (23:08 +0000)
committerPedro Alves <palves@redhat.com>
Thu, 2 Feb 2017 23:08:12 +0000 (23:08 +0000)
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
gdb/mi/mi-common.h

index fbbcc07ade12327905fea467bd3afcf6ee5396bc..95dfd00b0ac1f189bcc4d3dcde3ed4d4a738d763 100644 (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):
index e82b4a3dabd048c8abfec91bd16de9200ff98789..9ee38b0f00f806f574bd1b544eeea8e64a45f2f0 100644 (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