aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-10-21 19:43:41 +0000
committerAndrew Cagney <cagney@redhat.com>2001-10-21 19:43:41 +0000
commitd20bf2e81b5b795f6be38afe8ed5cd7218a41201 (patch)
treed5850c049e0cdd5d32d602b00b61d438fd1da1ab /gdb/top.c
parent17732724f33c6969c86a29c832e094b96a4483bf (diff)
downloadbinutils-d20bf2e81b5b795f6be38afe8ed5cd7218a41201.zip
binutils-d20bf2e81b5b795f6be38afe8ed5cd7218a41201.tar.gz
binutils-d20bf2e81b5b795f6be38afe8ed5cd7218a41201.tar.bz2
Don't print ``(MI_OUT)'' at startup.
Diffstat (limited to 'gdb/top.c')
-rw-r--r--gdb/top.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/top.c b/gdb/top.c
index 7cdc4bd..3798a3b 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. */