diff options
Diffstat (limited to 'gdb/mi/mi-out.c')
-rw-r--r-- | gdb/mi/mi-out.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/mi/mi-out.c b/gdb/mi/mi-out.c index 9ad26e7..6adf108 100644 --- a/gdb/mi/mi-out.c +++ b/gdb/mi/mi-out.c @@ -1,6 +1,6 @@ /* MI Command Set - output generating routines. - Copyright (C) 2000-2024 Free Software Foundation, Inc. + Copyright (C) 2000-2025 Free Software Foundation, Inc. Contributed by Cygnus Solutions (a Red Hat company). @@ -323,7 +323,6 @@ mi_ui_out::version () mi_ui_out::mi_ui_out (int mi_version) : ui_out (make_flags (mi_version)), m_suppress_field_separator (false), - m_suppress_output (false), m_mi_version (mi_version) { string_file *stream = new string_file (); |