summaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-01-05 05:54:31 +0000
committerAndrew Cagney <cagney@redhat.com>2002-01-05 05:54:31 +0000
commit854550921eded2f950df2fe7df0d0dedc4c6bd82 (patch)
tree7bd8c320d5fa5ed8bc84b21f38ac983086618da7 /gdb/top.c
parent883f871c3fbad1c6d74c594c07e569661288ccac (diff)
downloadgdb-854550921eded2f950df2fe7df0d0dedc4c6bd82.tar.gz
Remove obsolete MacOS support.
Diffstat (limited to 'gdb/top.c')
-rw-r--r--gdb/top.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/gdb/top.c b/gdb/top.c
index 3bffaf4efd4..20daee0e5eb 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1,6 +1,8 @@
/* Top level stuff for GDB, the GNU debugger.
- Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
- 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
+ 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+ Free Software Foundation, Inc.
This file is part of GDB.
@@ -890,11 +892,6 @@ gdb_readline (char *prompt_arg)
character position to be off, since the newline we read from
the user is not accounted for. */
fputs_unfiltered (prompt_arg, gdb_stdout);
- /* OBSOLETE #ifdef MPW */
- /* OBSOLETE Move to a new line so the entered line doesn't have a prompt */
- /* OBSOLETE on the front of it. */
- /* OBSOLETE fputs_unfiltered ("\n", gdb_stdout); */
- /* OBSOLETE #endif *//* MPW */
gdb_flush (gdb_stdout);
}