diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-10-21 19:43:41 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-10-21 19:43:41 +0000 |
commit | 499e1c9b558a0f43bd7031f011ea1431b9e95193 (patch) | |
tree | 9491a5d1ab7b38c5e5bb39f453fe8bb239044af3 /gdb/top.c | |
parent | 8c6fd773f90684beb0250ec983e02dd6af972b4a (diff) | |
download | gdb-499e1c9b558a0f43bd7031f011ea1431b9e95193.tar.gz |
Don't print ``(MI_OUT)'' at startup.
Diffstat (limited to 'gdb/top.c')
-rw-r--r-- | gdb/top.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/top.c b/gdb/top.c index 7cdc4bdf0b1..3798a3b7ce9 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -1272,12 +1272,7 @@ print_gdb_version (struct ui_file *stream) program to parse, and is just canonical program name and version number, which starts after last space. */ -#ifdef MI_OUT - /* Print it console style until a format is defined */ - fprintf_filtered (stream, "GNU gdb %s (MI_OUT)\n", version); -#else fprintf_filtered (stream, "GNU gdb %s\n", version); -#endif /* Second line is a copyright notice. */ |