diff options
Diffstat (limited to 'gdb/mi/mi-common.h')
-rw-r--r-- | gdb/mi/mi-common.h | 5 |
1 files changed, 0 insertions, 5 deletions
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 |